summaryrefslogtreecommitdiff
path: root/windy/point_forecast.py
diff options
context:
space:
mode:
Diffstat (limited to 'windy/point_forecast.py')
-rw-r--r--windy/point_forecast.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/windy/point_forecast.py b/windy/point_forecast.py
index 1f18c07..4c269fe 100644
--- a/windy/point_forecast.py
+++ b/windy/point_forecast.py
@@ -124,7 +124,7 @@ class Response:
@dataclass
-class Endpoint:
+class PointForecast:
path: str
def __call__(self, ctx, *args, **kwargs):