Skip to content

Commit

Permalink
🔥 remove boolean from json_type_casts
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-s-friedman authored and fiendish committed Sep 17, 2020
1 parent 1ebcb1f commit 5ef8902
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,6 @@ def _GET(host, api_path, body):

swagger_cache = {}
json_type_casts = {
"boolean": bool,
"string": str,
"integer": int,
"number": float,
Expand Down

0 comments on commit 5ef8902

Please sign in to comment.