We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84308d commit aa14acbCopy full SHA for aa14acb
gitlab/__init__.py
@@ -72,7 +72,7 @@ class Gitlab(object):
72
73
def __init__(self, url, private_token=None, oauth_token=None, email=None,
74
password=None, ssl_verify=True, http_username=None,
75
- http_password=None,timeout=None, api_version='3',
+ http_password=None, timeout=None, api_version='3',
76
session=None):
77
78
self._api_version = str(api_version)
0 commit comments