mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 10:08:23 +00:00
Make mypy happy (#83605)
This commit is contained in:
parent
9c7b80090a
commit
e9796547c6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user