Skip to content

Commit

Permalink
Format python
Browse files Browse the repository at this point in the history
  • Loading branch information
VirajP1002 committed Dec 20, 2023
1 parent b9d25d9 commit 23dab79
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/validators/routing/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@
"NoneType": TYPE_NULL,
}

METADATA_TYPE_TO_JSON_TYPE = {"string": TYPE_STRING, "date": TYPE_STRING, "boolean": TYPE_BOOLEAN}
METADATA_TYPE_TO_JSON_TYPE = {
"string": TYPE_STRING,
"date": TYPE_STRING,
"boolean": TYPE_BOOLEAN,
}


def resolve_answer_source_json_type(value_source, schema):
Expand Down

0 comments on commit 23dab79

Please sign in to comment.