1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-05-07 04:33:05 +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