diff --git a/hyperglass/exceptions.py b/hyperglass/exceptions.py index 859bf38..a5cd450 100644 --- a/hyperglass/exceptions.py +++ b/hyperglass/exceptions.py @@ -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