Automatic style fix

This commit is contained in:
robot-clickhouse 2024-08-04 22:35:07 +00:00
parent 4504326b2a
commit 7adeaf9c28

View File

@ -1232,7 +1232,9 @@ class TestCase:
):
return FailureReason.SKIP
elif "no-flaky-check" in tags and (1 == int(os.environ.get("IS_FLAKY_CHECK", 0))):
elif "no-flaky-check" in tags and (
1 == int(os.environ.get("IS_FLAKY_CHECK", 0))
):
return FailureReason.SKIP
elif tags: