From b18d4acc015fb9ff66969ac95a4d8e78bdfa43e2 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 14:57:02 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/plugins/weather.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/weather.py') diff --git a/src/plugins/weather.py b/src/plugins/weather.py index fa3f482..b8a7432 100644 --- a/src/plugins/weather.py +++ b/src/plugins/weather.py @@ -178,4 +178,3 @@ class Weather: if ob.endswith('SM') and (len(ob) > 0): if len(list(filter(lambda c : not ('0' <= c <= '9'), ob))) == 2: self.visibility = float(ob[:-2]) - -- cgit v1.2.3-70-g09d2