1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

switch to ujson for .json() exception class method

This commit is contained in:
checktheroads
2020-01-20 19:50:35 -07:00
parent 06c5c6eba2
commit ddb42b02a4

View File

@@ -1,7 +1,7 @@
"""Custom exceptions for hyperglass."""
# Standard Library Imports
import json as _json
import ujson as _json
# Project Imports
from hyperglass.util import log