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

@ -1760,7 +1760,7 @@ class MIoTClient:
delay_sec, self.__show_devices_changed_notify)
@ staticmethod
@staticmethod
async def get_miot_instance_async(
hass: HomeAssistant, entry_id: str, entry_data: Optional[dict] = None,
persistent_notify: Optional[Callable[[str, str, str], None]] = None