Skip to content

Commit 40d7969

Browse files
committed
pylint fix
1 parent 59ed4fc commit 40d7969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitlab/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,8 +581,8 @@ def create(self, obj, **kwargs):
581581
verify=self.ssl_verify,
582582
timeout=self.timeout,
583583
auth=requests.auth.HTTPBasicAuth(
584-
self.http_username,
585-
self.http_password))
584+
self.http_username,
585+
self.http_password))
586586
except Exception as e:
587587
raise GitlabConnectionError(
588588
"Can't connect to GitLab server (%s)" % e)

0 commit comments

Comments
 (0)