mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-19 12:32:27 +03:00
Fix flake8 errors
This commit is contained in:
parent
3691153224
commit
c08ac48931
|
@ -223,7 +223,10 @@ def _unpatch_fn(
|
||||||
setattr(module, name, _get_original_from_patched(fn))
|
setattr(module, name, _get_original_from_patched(fn))
|
||||||
|
|
||||||
|
|
||||||
def _resolve_injections(fn: Callable[..., Any], providers_map: ProvidersMap) -> Tuple[Dict[str, Any], List[Any]]:
|
def _resolve_injections(
|
||||||
|
fn: Callable[..., Any],
|
||||||
|
providers_map: ProvidersMap,
|
||||||
|
) -> Tuple[Dict[str, Any], List[Any]]:
|
||||||
signature = inspect.signature(fn)
|
signature = inspect.signature(fn)
|
||||||
|
|
||||||
injections = {}
|
injections = {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user