style: remove invalid space

This commit is contained in:
topsworld
2024-12-18 10:34:07 +08:00
parent 189060dd86
commit 99e654f0c7
5 changed files with 14 additions and 14 deletions

View File

@ -564,8 +564,8 @@ class XiaomiMihomeConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
last_step=False,
)
@ staticmethod
@ callback
@staticmethod
@callback
def async_get_options_flow(
config_entry: config_entries.ConfigEntry,
) -> config_entries.OptionsFlow: