Skip to content

Commit

Permalink
Update aiohttp/http_writer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 24, 2024
1 parent 53077db commit e20a6c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aiohttp/http_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class StreamWriter(AbstractStreamWriter):
chunked: bool = False
_eof: bool = False
_compress: Optional[ZLibCompressor] = None
_drain_waiter: Optional[asyncio.Future[None]] = None

def __init__(
self,
Expand Down

0 comments on commit e20a6c1

Please sign in to comment.