mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-07 07:00:49 +03:00
Make flake8 happy
This commit is contained in:
parent
95db0eddc9
commit
7f854548d6
|
@ -108,7 +108,7 @@ def _unpatch_fn(
|
|||
setattr(module, name, _get_original_from_patched(fn))
|
||||
|
||||
|
||||
def _resolve_injections(fn: Callable[..., Any], container: AnyContainer) -> Dict[str, Any]:
|
||||
def _resolve_injections(fn: Callable[..., Any], container: AnyContainer) -> Dict[str, Any]: # noqa
|
||||
config = _resolve_container_config(container)
|
||||
|
||||
signature = inspect.signature(fn)
|
||||
|
|
Loading…
Reference in New Issue
Block a user