From 4a32f10bb84d24afa091cac12b246c878b76207f Mon Sep 17 00:00:00 2001 From: Jason Munro Date: Wed, 1 Dec 2021 10:49:59 -0800 Subject: [PATCH] More linting --- src/mp_api/routes/summary/hint_scheme.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mp_api/routes/summary/hint_scheme.py b/src/mp_api/routes/summary/hint_scheme.py index 8ed2d223..354891a2 100644 --- a/src/mp_api/routes/summary/hint_scheme.py +++ b/src/mp_api/routes/summary/hint_scheme.py @@ -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": {}}