mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 01:26:51 +03:00
fix: type propogation through provided
This commit is contained in:
parent
cc2304e46e
commit
fc4998b86d
|
@ -69,7 +69,7 @@ class Provider(Generic[T]):
|
|||
@property
|
||||
def provider(self) -> Provider: ...
|
||||
@property
|
||||
def provided(self) -> ProvidedInstance: ...
|
||||
def provided(self) -> T: ...
|
||||
def enable_async_mode(self) -> None: ...
|
||||
def disable_async_mode(self) -> None: ...
|
||||
def reset_async_mode(self) -> None: ...
|
||||
|
|
Loading…
Reference in New Issue
Block a user