Skip to content

Commit c57d8dd

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def request_parameters(self) -> dict[str, str | list[str] | tuple[float]]:
9191
"""Returns the request parameters as a dictionary."""
9292
return {
9393
"product_type": self.product_type,
94-
"format": self.data_format,
9594
"variable": self.variables,
9695
"year": self.year,
9796
"month": self.month,

0 commit comments

Comments
 (0)