Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Dec 1, 2021
1 parent c94800f commit 2fb5a95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mp_api/routes/summary/hint_scheme.py
Expand Up @@ -10,6 +10,5 @@ def generate_hints(self, query):

if "nelements" in query["criteria"]:
return {"hint": {"nelements": 1}}

elif "has_props" in query["criteria"]:
return {"hint": {"has_props": 1}}

0 comments on commit 2fb5a95

Please sign in to comment.