From d71d616bb7481fcc3ca222b1927c8c934acb685f Mon Sep 17 00:00:00 2001 From: Bram Date: Sun, 31 Jul 2022 09:19:40 +0200 Subject: [PATCH] Remove unused import --- custom_components/powercalc/config_flow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/powercalc/config_flow.py b/custom_components/powercalc/config_flow.py index 6b7e1a150..8d57bdba7 100644 --- a/custom_components/powercalc/config_flow.py +++ b/custom_components/powercalc/config_flow.py @@ -5,7 +5,6 @@ import copy import logging from typing import Any -from black import err import voluptuous as vol from homeassistant import config_entries