Fix pylint check
This commit is contained in:
parent
b0e3b15ff0
commit
442e7a07dd
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
import logging
|
||||
from collections.abc import AsyncIterator
|
||||
from contextlib import asynccontextmanager, _AsyncGeneratorContextManager
|
||||
from contextlib import asynccontextmanager
|
||||
from types import TracebackType
|
||||
from typing import Optional, Dict, Type, Any, Callable, Coroutine, AsyncGenerator
|
||||
from typing import Optional, Dict, Type, Any
|
||||
|
||||
import aiohttp
|
||||
from typing_extensions import Self
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from typing import Union, Any, TYPE_CHECKING, Protocol, AsyncIterator, Coroutine
|
||||
from typing import Union, Any, TYPE_CHECKING, Protocol
|
||||
|
||||
import aiohttp
|
||||
from yarl import URL
|
||||
|
|
Loading…
Reference in a new issue