mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user