From 5f1c7ad82760dcca67880a304935512062f8deb4 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 25 Aug 2020 18:18:46 +0200 Subject: [PATCH] remove unused import --- custom_components/circadian_lighting/switch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/circadian_lighting/switch.py b/custom_components/circadian_lighting/switch.py index 3aaa4951..7750ea6e 100644 --- a/custom_components/circadian_lighting/switch.py +++ b/custom_components/circadian_lighting/switch.py @@ -40,7 +40,6 @@ from homeassistant.util.color import ( from custom_components.circadian_lighting import ( CIRCADIAN_LIGHTING_UPDATE_TOPIC, DATA_CIRCADIAN_LIGHTING, - DOMAIN, ) try: