summaryrefslogtreecommitdiff
path: root/windy/point_forecast.py
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-10-06 21:16:46 +0200
committerAki <please@ignore.pl>2022-10-06 21:16:46 +0200
commit2797c1474cf29321ac0ed78833e944441ecf8207 (patch)
tree1977b7f867c77ea227e4b94470f5a477de2aa07f /windy/point_forecast.py
parentdd6b4eaa9bb22864ff38b3ec68c732b517122e04 (diff)
downloadwindy-2797c1474cf29321ac0ed78833e944441ecf8207.zip
windy-2797c1474cf29321ac0ed78833e944441ecf8207.tar.gz
windy-2797c1474cf29321ac0ed78833e944441ecf8207.tar.bz2
Renamed Endpoint to PointForecast
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):