Skip to content

Commit

Permalink
Fix check black
Browse files Browse the repository at this point in the history
  • Loading branch information
Avogar authored May 15, 2024
1 parent a323dd1 commit 61a6a27
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/integration/helpers/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,13 @@ def assert_logs_contain_with_retry(instance, substring, retry_count=20, sleep_ti


def exec_query_with_retry(
instance, query, retry_count=40, sleep_time=0.5, silent=False, settings={}, timeout=30
instance,
query,
retry_count=40,
sleep_time=0.5,
silent=False,
settings={},
timeout=30,
):
exception = None
for cnt in range(retry_count):
Expand Down

0 comments on commit 61a6a27

Please sign in to comment.