Skip to content

Commit

Permalink
fix(radar): All statuses type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroWave022 committed Oct 11, 2023
1 parent a9f3c80 commit 7a22694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yr_weather/radar.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def get_all_statuses(self) -> RadarGlobalStatus:
Returns
-------
:class:`.RadarStatus`
:class:`.RadarGlobalStatus`
A dataclass with statuses of radars.
"""
url = self._base_url + "status"
Expand Down

0 comments on commit 7a22694

Please sign in to comment.