Skip to content

Commit f2ec97f

Browse files
fix flake8 issues
1 parent afb0b06 commit f2ec97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ def test_loop_call_later_handle_when_after_fired(self):
941941
def test_loop_call_later_0_returns_timer_handle(self):
942942
cb = lambda: False # NoQA
943943
handle = self.loop.call_later(0, cb)
944-
handle.when() # undesired behavior: handle is a Handle instead of TimerHandle
944+
handle.when()
945945
handle.cancel()
946946

947947

0 commit comments

Comments
 (0)