Skip to content

Commit

Permalink
Search store variable name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Munro committed Jan 30, 2021
1 parent cd44e27 commit 0f72997
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mp_api/search/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
SearchIsStableQuery,
SearchElasticityQuery,
SearchMagneticQuery,
SearchDielectricPiezoQuery
SearchDielectricPiezoQuery,
)


def search_resource(eos_store):
def search_resource(search_store):
resource = Resource(
eos_store,
search_store,
SearchDoc,
query_operators=[
SearchTaskIDsQuery(),
Expand Down

0 comments on commit 0f72997

Please sign in to comment.