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:
@@ -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
|
||||
|
Reference in New Issue
Block a user