Replace aiohttp with httpx
This commit is contained in:
parent
46ffe7a70e
commit
299d644bc4
15 changed files with 40 additions and 95 deletions
|
|
@ -1,3 +0,0 @@
|
|||
from .automatically_decorate_parameters import automatically_decorate_parameters
|
||||
from .log_metric import log_metric
|
||||
from .parameter import parameter
|
||||
|
|
@ -3,7 +3,7 @@ from typing import Any, Callable, Dict, TypeVar, cast
|
|||
|
||||
from typeguard import check_type
|
||||
|
||||
from ..exceptions import ArgumentValidationError
|
||||
from ..errors import ArgumentValidationError
|
||||
from ..helper import get_arguments, get_function_metadata_store
|
||||
from ..helper.assert_function_is_not_finalised import assert_function_is_not_finalised
|
||||
from ..tracing.tracing_context import TracingContext
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue