Skip to content

Commit

Permalink
Change formatting to make black happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnau Orriols authored and nicolaiarocci committed Mar 14, 2020
1 parent c0cfd35 commit 0117087
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eve/io/mongo/mongo.py
Original file line number Diff line number Diff line change
Expand Up @@ -856,9 +856,7 @@ def dict_sub_schema(base):
return next((t for t in possible_types if t), None)
elif "schema" in schema[k]:
# recursively check the schema
return get_schema_type(
keys, dict_sub_schema(schema[k]["schema"])
)
return get_schema_type(keys, dict_sub_schema(schema[k]["schema"]))
elif schema_type == "dict":
if "schema" in schema[k]:
return get_schema_type(keys, dict_sub_schema(schema[k]["schema"]))
Expand Down

0 comments on commit 0117087

Please sign in to comment.