Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit40d7969

Browse files
committed
pylint fix
1 parent59ed4fc commit40d7969

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
exceptExceptionase:
587587
raiseGitlabConnectionError(
588588
"Can't connect to GitLab server (%s)"%e)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp