Revert "Update typing-extensions to 4.11.0rc1 (#114116)" (#114216)

This commit is contained in:
Marc Mueller 2024-03-26 07:44:57 +01:00 committed by GitHub
parent cabc4f797a
commit d0ecad78ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 12 additions and 12 deletions

View file

@ -183,7 +183,7 @@ class BaseZwaveJSFlow(ConfigEntryBaseFlow, ABC):
@property
@abstractmethod
def flow_manager(self) -> FlowManager[ConfigFlowResult]:
def flow_manager(self) -> FlowManager[ConfigFlowResult, str]:
"""Return the flow manager of the flow."""
async def async_step_install_addon(