Skip to content

Commit 630140e

Browse files
committed
fix indentation
1 parent 0ba0cda commit 630140e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ def _should_skip(condition=None, until: int = None):
13411341
until = dt.datetime.fromtimestamp(until)
13421342
if until and dt.datetime.now(dt.timezone.utc).replace(tzinfo=None) < until.replace(tzinfo=None):
13431343
return True
1344-
return condition is not None and condition
1344+
return condition is not None and condition
13451345

13461346

13471347
def flaky(until: int = None, condition: bool = None, reason: str = None):

0 commit comments

Comments
 (0)