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[