From 6e6cd0861fa79d89cc66cecf1cdf1bfa5cb5b214 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 11 Nov 2021 13:15:09 +1030 Subject: [PATCH] fix tox errors --- custom_components/localtuya/fan.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/localtuya/fan.py b/custom_components/localtuya/fan.py index 31076a3..6a1e219 100644 --- a/custom_components/localtuya/fan.py +++ b/custom_components/localtuya/fan.py @@ -245,4 +245,5 @@ class LocaltuyaFan(LocalTuyaEntity, FanEntity): self._direction = DIRECTION_REVERSE _LOGGER.debug("Fan current_direction : %s > %s", value, self._direction) -async_setup_entry = partial(async_setup_entry, DOMAIN, LocaltuyaFan, flow_schema) \ No newline at end of file + +async_setup_entry = partial(async_setup_entry, DOMAIN, LocaltuyaFan, flow_schema)