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

Commiteeab035

Browse files
chore: fix issue found with pylint==2.14.3
A new error was reported when running pylint==2.14.3: gitlab/client.py:488:0: W1404: Implicit string concatenation found in call (implicit-str-concat)Fixed this issue.
1 parentf117b2f commiteeab035

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎gitlab/client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,7 @@ def _set_auth_info(self) -> None:
484484
if (self.http_usernameandnotself.http_password)or (
485485
notself.http_usernameandself.http_password
486486
):
487-
raiseValueError(
488-
"Both http_username and http_password should ""be defined"
489-
)
487+
raiseValueError("Both http_username and http_password should be defined")
490488
ifself.oauth_tokenandself.http_username:
491489
raiseValueError(
492490
"Only one of oauth authentication or http "

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp