Skip to content

Commit

Permalink
molecules: rm StringRepQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Sep 19, 2024
1 parent 46cb6ce commit afa88c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions emmet-api/emmet/api/routes/molecules/summary/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
ElementsQuery,
ChargeSpinQuery,
HashQuery,
StringRepQuery,
)
from emmet.api.routes.materials.summary.query_operators import HasPropsQuery
from emmet.api.routes.molecules.summary.hint_scheme import SummaryHintScheme
Expand All @@ -34,7 +33,6 @@ def summary_resource(summary_store):
ElementsQuery(),
HasPropsQuery(),
ChargeSpinQuery(),
StringRepQuery(),
HashQuery(),
PaginationQuery(),
NumericQuery(
Expand Down

0 comments on commit afa88c0

Please sign in to comment.