From 51f70aabf1e1e66c656b02b3bf1bbd95348d9ea9 Mon Sep 17 00:00:00 2001 From: z-master42 <66380371+z-master42@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:42:37 +0100 Subject: [PATCH] Optimize OptionsFlow --- custom_components/powercalc/config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/powercalc/config_flow.py b/custom_components/powercalc/config_flow.py index 223097b2f..170a3f17b 100644 --- a/custom_components/powercalc/config_flow.py +++ b/custom_components/powercalc/config_flow.py @@ -32,7 +32,7 @@ UnitOfTime, ) from homeassistant.const import ( - __version__ as HAVERSION, + __version__ as HAVERSION, #noqa ) from homeassistant.core import callback from homeassistant.data_entry_flow import FlowResult