Skip to content

Commit

Permalink
Remove assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Nov 12, 2023
1 parent 5173cbb commit 0a215d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aiohttp/client_reqrep.py
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,6 @@ async def _wait_released(self) -> None:

def _cleanup_writer(self) -> None:
if self._writer is not None:
assert not self._writer.done()
self._writer.cancel()
self._session = None

Expand Down

0 comments on commit 0a215d7

Please sign in to comment.