From ea5244de74b1bc70dc02d23da5a9ad2c3303e291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Villagra?= Date: Tue, 2 Nov 2021 14:48:36 +0000 Subject: [PATCH] reorder imports2 Co-authored-by: Jelle Spijker --- custom_components/localtuya/climate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/localtuya/climate.py b/custom_components/localtuya/climate.py index ab27462..2186164 100644 --- a/custom_components/localtuya/climate.py +++ b/custom_components/localtuya/climate.py @@ -7,10 +7,10 @@ import json import voluptuous as vol from homeassistant.components.climate import ( + ClimateEntity, DEFAULT_MAX_TEMP, DEFAULT_MIN_TEMP, DOMAIN, - ClimateEntity, ) from homeassistant.components.climate.const import ( CURRENT_HVAC_HEAT,