Skip to content

Commit 3912900

Browse files
committed
remove decorator that is not compatible with all CDS datasets
1 parent a8f4437 commit 3912900

File tree

1 file changed

+0
-1
lines changed
  • src/earthkit/data/sources

1 file changed

+0
-1
lines changed

src/earthkit/data/sources/cds.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ def retrieve(target, args):
145145
return return_object
146146

147147
@staticmethod
148-
@normalize("date", "date-list(%Y-%m-%d)")
149148
@normalize("area", "bounding-box(list)")
150149
def _normalize_request(**kwargs):
151150
return kwargs

0 commit comments

Comments
 (0)