mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2026-02-01 05:06:19 +03:00
Use Optional instead of | None
This commit is contained in:
parent
2741cd7ff9
commit
b6316a892b
|
|
@ -73,7 +73,7 @@ class Container:
|
|||
modules: Optional[Iterable[Any]] = None,
|
||||
packages: Optional[Iterable[Any]] = None,
|
||||
from_package: Optional[str] = None,
|
||||
keep_cache: bool | None = None,
|
||||
keep_cache: Optional[bool] = None,
|
||||
warn_unresolved: bool = False,
|
||||
) -> None: ...
|
||||
def unwire(self) -> None: ...
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user