← 返回首页
chore(helpers): fix previously undetected flake8 issue · python-gitlab/python-gitlab@bf8bd73 · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

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

Provide feedback

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

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit bf8bd73

Browse files
authored andcommitted
chore(helpers): fix previously undetected flake8 issue
1 parent 2a69c0e commit bf8bd73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎tests/functional/helpers.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def safe_delete(
4141
return
4242

4343
if index:
44-
logging.info(f"Attempt {index+1} to delete {object!r}.")
44+
logging.info(f"Attempt {index + 1} to delete {object!r}.")
4545
try:
4646
if hard_delete:
4747
object.delete(hard_delete=True)

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.