Remove blank line

This commit is contained in:
Tim
2021-12-22 20:48:46 +10:30
committed by GitHub
parent 0e048af29b
commit b748f0425c

View File

@@ -120,7 +120,6 @@ class LocaltuyaFan(LocalTuyaEntity, FanEntity):
else:
self.schedule_update_ha_state()
async def async_turn_off(self, **kwargs) -> None:
"""Turn off the entity."""
_LOGGER.debug("Fan async_turn_off")