From 39129000df3e1d8583625bc84efb1f912e39f533 Mon Sep 17 00:00:00 2001 From: EddyCMWF Date: Wed, 5 Feb 2025 17:03:36 +0000 Subject: [PATCH] remove decorator that is not compatible with all CDS datasets --- src/earthkit/data/sources/cds.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/earthkit/data/sources/cds.py b/src/earthkit/data/sources/cds.py index 35030670..f455703e 100644 --- a/src/earthkit/data/sources/cds.py +++ b/src/earthkit/data/sources/cds.py @@ -145,7 +145,6 @@ def retrieve(target, args): return return_object @staticmethod - @normalize("date", "date-list(%Y-%m-%d)") @normalize("area", "bounding-box(list)") def _normalize_request(**kwargs): return kwargs