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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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