From 81c9b9ed721f46ecc70f8393280b7e88e6fac7b0 Mon Sep 17 00:00:00 2001 From: magico13 Date: Sat, 14 May 2022 17:48:06 -0400 Subject: [PATCH] Remove bad tkinter UNITS line from an autoimport --- custom_components/emporia_vue/switch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/emporia_vue/switch.py b/custom_components/emporia_vue/switch.py index c20180a..a574951 100644 --- a/custom_components/emporia_vue/switch.py +++ b/custom_components/emporia_vue/switch.py @@ -3,7 +3,6 @@ from datetime import timedelta import logging import asyncio -from tkinter import UNITS import async_timeout from config.custom_components.emporia_vue.charger_entity import EmporiaChargerEntity