mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2026-02-01 21:26:01 +03:00
Add missing warn_unresolved parameter to WiringConfiguration in containers.pyi (#951)
This commit is contained in:
parent
abc79ef50f
commit
03df1a51ae
|
|
@ -43,6 +43,7 @@ class WiringConfiguration:
|
|||
from_package: Optional[str] = None,
|
||||
auto_wire: bool = True,
|
||||
keep_cache: bool = False,
|
||||
warn_unresolved: bool = False,
|
||||
) -> None: ...
|
||||
|
||||
class Container:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user