summaryrefslogtreecommitdiff
path: root/windy
diff options
context:
space:
mode:
Diffstat (limited to 'windy')
-rw-r--r--windy/point_forecast.py1
1 files changed, 0 insertions, 1 deletions
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)