You've already forked pyhOn
mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-11-28 21:39:44 +02:00
Update requirements
This commit is contained in:
@@ -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[
|
||||
|
||||
Reference in New Issue
Block a user