1
0
mirror of https://github.com/Andre0512/pyhOn.git synced 2025-11-28 21:39:44 +02:00

Update requirements

This commit is contained in:
Andre Basche
2024-02-04 03:42:35 +01:00
parent 8a46bd4b53
commit 2a74000ff3
4 changed files with 6 additions and 9 deletions

View File

@@ -14,8 +14,7 @@ if TYPE_CHECKING:
class Callback(Protocol): # pylint: disable=too-few-public-methods
def __call__(
self, url: str | URL, *args: Any, **kwargs: Any
) -> aiohttp.client._RequestContextManager:
...
) -> aiohttp.client._RequestContextManager: ...
Parameter = Union[