Fix pylint check

This commit is contained in:
Andre Basche 2023-07-14 00:40:48 +02:00
parent b0e3b15ff0
commit 442e7a07dd
2 changed files with 3 additions and 3 deletions

View file

@ -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