Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Jan 11, 2023
1 parent 4dca1b8 commit 9159c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/http_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import asyncio
import zlib
from typing import Any, Awaitable, Callable, NamedTuple, Optional, Union # noqa
from typing import Any, Awaitable, Callable, NamedTuple, Optional # noqa

from multidict import CIMultiDict

Expand Down

0 comments on commit 9159c7c

Please sign in to comment.