Skip to content

Commit 768b4d1

Browse files
committed
lint
Signed-off-by: Edward Yang <ezyang@meta.com>
1 parent 9ed2897 commit 768b4d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ghstack/config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ def get_gh_cli_credentials(
7272
if username_result.returncode == 0:
7373
username = username_result.stdout.strip()
7474

75-
logging.debug(f"Successfully retrieved credentials from gh CLI for {github_url}")
75+
logging.debug(
76+
f"Successfully retrieved credentials from gh CLI for {github_url}"
77+
)
7678
return token, username, github_url
7779

7880
except Exception as e:

0 commit comments

Comments
 (0)