Созданы stubs
This commit is contained in:
6
stubs/aiohttpx/responses/__init__.pyi
Normal file
6
stubs/aiohttpx/responses/__init__.pyi
Normal file
@ -0,0 +1,6 @@
|
||||
from typing import Any
|
||||
|
||||
from httpx import Response as HTTPXResponse
|
||||
|
||||
class Response(HTTPXResponse):
|
||||
def json(self, **kwargs: Any) -> Any: ...
|
||||
Reference in New Issue
Block a user