mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 14:45:09 +02:00
Make mypy happy (#83605)
This commit is contained in:
@@ -245,7 +245,7 @@ class OptionsFlowHandler(BaseMultiPanFlow, config_entries.OptionsFlow):
|
|||||||
|
|
||||||
# pylint: disable=unreachable
|
# 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(
|
async def async_step_on_supervisor(
|
||||||
self, user_input: dict[str, Any] | None = None
|
self, user_input: dict[str, Any] | None = None
|
||||||
|
Reference in New Issue
Block a user