Skip to content

Commit

Permalink
fix list for python3.7 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
skar404 committed Apr 6, 2024
1 parent e25657b commit c5818a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio_clients/struct.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import Any, Dict, List, Optional

from aiohttp import ClientTimeout, TraceConfig, ClientResponse
from multidict import CIMultiDictProxy
from multidict import CIMultiDictProxy # type: ignore

from .__version__ import __version__
from .types import MiddlewareStart, MiddlewareEnd
Expand Down

0 comments on commit c5818a3

Please sign in to comment.