From 324bee510e862a63af9e677949542f10363fab52 Mon Sep 17 00:00:00 2001 From: Bjarne Riis Date: Sat, 18 Nov 2023 10:58:41 +0000 Subject: [PATCH] Linting --- custom_components/weatherflow_forecast/sensor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/weatherflow_forecast/sensor.py b/custom_components/weatherflow_forecast/sensor.py index d48cf3f..f65769d 100644 --- a/custom_components/weatherflow_forecast/sensor.py +++ b/custom_components/weatherflow_forecast/sensor.py @@ -1,6 +1,5 @@ """Support for WeatherFlow sensor data.""" from __future__ import annotations -from collections.abc import Mapping import logging