From 09c1b744935f03b584f19929a690b58dfef5cfac Mon Sep 17 00:00:00 2001 From: tmjo <54450177+tmjo@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:05:36 +0100 Subject: [PATCH] Update const.py --- custom_components/norwegianweather/const.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/custom_components/norwegianweather/const.py b/custom_components/norwegianweather/const.py index 828d9db..1bf6a71 100644 --- a/custom_components/norwegianweather/const.py +++ b/custom_components/norwegianweather/const.py @@ -5,14 +5,10 @@ ) from homeassistant.const import ( UnitOfTime, - UnitOfVolumetricFlux, UnitOfTemperature, UnitOfPressure, UnitOfLength, UnitOfSpeed, - UnitOfLength, - UnitOfTime, - UnitOfSpeed, UnitOfVolumetricFlux, )