From 7a226949b927bf7756c1979609028c856a0d4a5a Mon Sep 17 00:00:00 2001 From: ZeroWave022 <36341766+ZeroWave022@users.noreply.github.com> Date: Wed, 11 Oct 2023 22:34:30 +0200 Subject: [PATCH] fix(radar): All statuses type hint --- yr_weather/radar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yr_weather/radar.py b/yr_weather/radar.py index e91ce79..3cde0cc 100644 --- a/yr_weather/radar.py +++ b/yr_weather/radar.py @@ -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"