PEP8 fixes

This commit is contained in:
Samuel Mehrbrodt 2017-06-12 20:09:50 +02:00
parent 885a1bad01
commit f5f4226891
3 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
[pycodestyle]
[pep8]
exclude=resources.py,vlc.py
max-line-length = 120
ignore = E402,E722