Skip to content

Commit

Permalink
More linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Munro committed Dec 1, 2021
1 parent 37bd7b1 commit 4a32f10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mp_api/routes/summary/hint_scheme.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ def generate_hints(self, query):
return {"hint": {"nelements": 1}}
elif "has_props" in query["criteria"]:
return {"hint": {"has_props": 1}}

else:
return {"hint": {}}

0 comments on commit 4a32f10

Please sign in to comment.