Skip to content

Commit

Permalink
revert deprecated filter for s3
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Dec 7, 2024
1 parent d76128f commit 31e180f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mp_api/client/core/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,6 @@ def _query_open_data(

unzipped_data = []
for doc in decoded_data:
if doc.get("deprecated", False):
continue

if fields:
doc = {key: value for key, value in doc.items() if key in fields}

Expand Down

0 comments on commit 31e180f

Please sign in to comment.