Some minor flake8 fixes

This commit is contained in:
Daniel Hahler
2018-07-15 23:34:52 +02:00
committed by Dave Halter
parent 08b0b668a6
commit 10b61c41f4
4 changed files with 19 additions and 12 deletions
+3
View File
@@ -3,3 +3,6 @@ universal=1
[flake8]
max-line-length = 100
ignore =
# do not use bare 'except'
E722,