Authenticator/tools/autopep8.sh
2018-03-16 12:49:51 +01:00

1 line
No EOL
51 B
Bash
Executable file

find . -name "*.py" -exec autopep8 --in-place {} \;