From 4c47bddc985bcf232ca6ec0493a5d830ca90190f Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 30 Mar 2023 23:30:50 +0200 Subject: Fixed formatting blanks --- windy/point_forecast.py | 1 - 1 file changed, 1 deletion(-) diff --git a/windy/point_forecast.py b/windy/point_forecast.py index 34d13b5..5a590e2 100644 --- a/windy/point_forecast.py +++ b/windy/point_forecast.py @@ -215,7 +215,6 @@ class Response: levels.append(profile) self.raw_predictions['level'] = levels - def __len__(self): return len(self.timestamps) -- cgit v1.1