Skip to content

Commit bf8bd73

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)