summaryrefslogtreecommitdiff
path: root/gitlab/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/client.py')
-rw-r--r--gitlab/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/client.py b/gitlab/client.py
index d3fdaab..97eae4d 100644
--- a/gitlab/client.py
+++ b/gitlab/client.py
@@ -425,7 +425,7 @@ class Gitlab(object):
import logging
from http.client import HTTPConnection # noqa
- HTTPConnection.debuglevel = 1 # type: ignore
+ HTTPConnection.debuglevel = 1
logging.basicConfig()
logging.getLogger().setLevel(logging.DEBUG)
requests_log = logging.getLogger("requests.packages.urllib3")