Skip to content

Commit

Permalink
Update nws.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFlamm authored Jan 29, 2025
1 parent ecb2d31 commit cc689e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynws/nws.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async def get_stations_observations_latest(self: Nws) -> Dict[str, Any]:
)
return cast(Dict[str, Any], res.get("properties"))

async def get_points(self: Nws) -> None:
async def get_points(self: Nws) -> Dict[str, Any]:
"""Saves griddata from latlon."""
if self.latlon is None:
raise NwsError("Latitude and longitude are required")
Expand Down

0 comments on commit cc689e2

Please sign in to comment.