Skip to content

Commit

Permalink
Remove numeric query from eos
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Oct 17, 2023
1 parent 361214e commit 447e396
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion emmet-api/emmet/api/routes/materials/eos/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def eos_resource(eos_store):
eos_store,
EOSDoc,
query_operators=[
NumericQuery(model=EOSDoc),
SortQuery(),
PaginationQuery(),
SparseFieldsQuery(EOSDoc, default_fields=["task_id"]),
Expand Down

0 comments on commit 447e396

Please sign in to comment.