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

Commit7a7c9fd

Browse files
committed
chore: make lint happy
1 parent9dfb4cd commit7a7c9fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎gitlab/config.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def _env_config() -> List[str]:
3939

4040
HELPER_ATTRIBUTES= ["job_token","http_password","private_token","oauth_token"]
4141

42+
4243
classConfigError(Exception):
4344
pass
4445

@@ -210,4 +211,4 @@ def _get_values_from_helper(self):
210211
ifvalue.lower().strip().startswith(HELPER_PREFIX):
211212
helper=expanduser(value[len(HELPER_PREFIX) :].strip())
212213
value=subprocess.check_output([helper]).decode("utf-8").strip()
213-
setattr(self,attr,value)
214+
setattr(self,attr,value)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp