Run flake8 in Travis (#1163)

Clean up a few errors I missed, ignore another, and configure flake8 using
a config file to ignore certain errors. The next step would be to remove
the F* ignores.
This commit is contained in:
Steve Kowalik
2019-08-05 15:03:10 +10:00
committed by GitHub
parent 657f87b5a5
commit f93207b4ca
10 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
from __future__ import absolute_import
import sys
import six.moves.urllib.request, six.moves.urllib.parse, six.moves.urllib.error
import six.moves.urllib.parse
import datetime
from base64 import b64encode