8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22c5db4 + eeab035 commit 8e0cd8bCopy full SHA for 8e0cd8b
gitlab/client.py
@@ -484,9 +484,7 @@ def _set_auth_info(self) -> None:
484
if (self.http_username and not self.http_password) or (
485
not self.http_username and self.http_password
486
):
487
- raise ValueError(
488
- "Both http_username and http_password should " "be defined"
489
- )
+ raise ValueError("Both http_username and http_password should be defined")
490
if self.oauth_token and self.http_username:
491
raise ValueError(
492
"Only one of oauth authentication or http "
0 commit comments