forked from mirrors/thatmattlove-hyperglass
switch to ujson for .json() exception class method
This commit is contained in:
parent
06c5c6eba2
commit
ddb42b02a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue