We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d32c96 commit 2518c59Copy full SHA for 2518c59
tests/test_helpers.py
@@ -297,7 +297,6 @@ def test_when_timeout_smaller_second(loop: asyncio.AbstractEventLoop) -> None:
297
timer = loop.time() + timeout
298
299
handle = helpers.TimeoutHandle(loop, timeout)
300
- assert handle is not None
301
start_handle = handle.start()
302
assert start_handle is not None
303
when = start_handle.when()
0 commit comments