Skip to content

Commit fa75571

Browse files
author
Gauvain Pocentek
committed
ignore pep8 error
1 parent c9915a4 commit fa75571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def enable_debug(self):
311311
try:
312312
from http.client import HTTPConnection
313313
except ImportError:
314-
from httplib import HTTPConnection
314+
from httplib import HTTPConnection # noqa
315315

316316
HTTPConnection.debuglevel = 1
317317
logging.basicConfig()

0 commit comments

Comments
 (0)