Skip to content

Commit 27b7cbf

Browse files
authored
Update cds_api_tools.py
Signed-off-by: Raoul Linnenbank <[email protected]>
1 parent a36ac15 commit 27b7cbf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

weather_provider_api/routers/weather/sources/cds/client/cds_api_tools.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ def request_parameters(self) -> dict[str, str | list[str] | tuple[float]]:
9999
"time": self.time,
100100
"area": self.area,
101101
"data_format": self.data_format,
102-
"download_format": self.download_format,
103-
"grid_resolution": (0.25, 0.25),
102+
"download_format": self.download_format
104103
}
105104

106105

0 commit comments

Comments
 (0)