Skip to content

Commit bd3fdb2

Browse files
authored
Fix linter
Signed-off-by: Albert Callarisa <[email protected]>
1 parent fadedba commit bd3fdb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/durabletask/test_task.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ def test_when_any_is_composable_with_when_all():
7777
assert not all_task2.is_complete
7878

7979
c1.complete("one")
80-
80+
8181
assert not any_task.is_complete
8282
assert not all_task1.is_complete
8383
assert not all_task2.is_complete
84-
84+
8585
c2.complete("two")
8686

8787
assert any_task.is_complete

0 commit comments

Comments
 (0)