Skip to content

Commit

Permalink
ignore pep8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Aug 8, 2016
1 parent c9915a4 commit fa75571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/__init__.py
Expand Up @@ -311,7 +311,7 @@ def enable_debug(self):
try:
from http.client import HTTPConnection
except ImportError:
from httplib import HTTPConnection
from httplib import HTTPConnection # noqa

HTTPConnection.debuglevel = 1
logging.basicConfig()
Expand Down

0 comments on commit fa75571

Please sign in to comment.