Skip to content

Commit aa14acb

Browse files
committed
Fixed up linting issue
1 parent c84308d commit aa14acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class Gitlab(object):
7272

7373
def __init__(self, url, private_token=None, oauth_token=None, email=None,
7474
password=None, ssl_verify=True, http_username=None,
75-
http_password=None,timeout=None, api_version='3',
75+
http_password=None, timeout=None, api_version='3',
7676
session=None):
7777

7878
self._api_version = str(api_version)

0 commit comments

Comments
 (0)