8000 Drop a comment · python/cpython@ac90628 · GitHub
[go: up one dir, main page]

Skip to content

Commit ac90628

Browse files
committed
Drop a comment
1 parent 887fcfd commit ac90628

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/asyncio/timeouts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ async def __aexit__(
8282
exc_val: Optional[BaseException],
8383
exc_tb: Optional[TracebackType],
8484
) -> Optional[bool]:
85-
# state is EXITED if not timed out previously
8685
assert self._state in (_State.ENTERED, _State.CANCELLING)
8786

8887
if self._timeout_handler is not None:

0 commit comments

Comments
 (0)
0