From e1ac7deace562f4d1e200964b6a44bc3c852e9a4 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 22 Dec 2021 11:35:04 +1030 Subject: [PATCH] remove blank line --- custom_components/localtuya/fan.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/localtuya/fan.py b/custom_components/localtuya/fan.py index ca501e8..0d9aeed 100644 --- a/custom_components/localtuya/fan.py +++ b/custom_components/localtuya/fan.py @@ -111,7 +111,6 @@ class LocaltuyaFan(LocalTuyaEntity, FanEntity): preset_mode: str = None, **kwargs, ) -> None: - """Turn on the entity.""" _LOGGER.debug("Fan async_turn_on") await self._device.set_dp(True, self._dp_id)