Add missing warn_unresolved parameter to WiringConfiguration in containers.pyi (#951)

This commit is contained in:
jondan 2026-01-30 12:09:57 +01:00 committed by GitHub
parent abc79ef50f
commit 03df1a51ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: