Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ def test_when_timeout_smaller_second(loop: asyncio.AbstractEventLoop) -> None:
timer = loop.time() + timeout

handle = helpers.TimeoutHandle(loop, timeout)
assert handle is not None
start_handle = handle.start()
assert start_handle is not None
when = start_handle.when()
Expand Down
Loading