Make mypy happy (#83605)

This commit is contained in:
Paulus Schoutsen
2022-12-08 23:21:45 -05:00
committed by GitHub
parent 9c7b80090a
commit e9796547c6

View File

@@ -245,7 +245,7 @@ class OptionsFlowHandler(BaseMultiPanFlow, config_entries.OptionsFlow):
# pylint: disable=unreachable
return await self.async_step_on_supervisor() # type: ignore[unreachable]
return await self.async_step_on_supervisor()
async def async_step_on_supervisor(
self, user_input: dict[str, Any] | None = None