Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Jul 16, 2024
1 parent 481bae5 commit 3d17e3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion container_test/handle_service_container_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ def wait_for_hs():
if attempt < max_attempts:
t = WAIT_TIMES[attempt - 1]
print(
f"Failed to connect to handle service, waiting {t} sec and trying again:\n\t{e}"
f"Failed to connect to handle service, waiting {t} sec "
f"and trying again:\n\t{e}"
)
time.sleep(t)
attempt += 1
Expand Down

0 comments on commit 3d17e3b

Please sign in to comment.