Replace aiohttp with httpx

This commit is contained in:
Andras Schmelczer 2022-07-08 20:30:57 +02:00
parent 46ffe7a70e
commit 299d644bc4
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
15 changed files with 40 additions and 95 deletions

View file

@ -1,6 +1,6 @@
from typing import Callable
from ..exceptions import WrongDecoratorOrderError
from ..errors import WrongDecoratorOrderError
from .get_function_metadata_store import get_function_metadata_store