##// END OF EJS Templates
Remote external jsonschema import
Jessica B. Hamrick -
Show More
@@ -15,7 +15,7 b' Contains tests class for validator.py'
15 import os
15 import os
16
16
17 from .base import TestsBase
17 from .base import TestsBase
18 from IPython.external.jsonschema import SchemaError
18 from jsonschema import SchemaError
19 from ..current import read
19 from ..current import read
20 from ..validator import schema_path, isvalid, validate, resolve_ref
20 from ..validator import schema_path, isvalid, validate, resolve_ref
21
21
General Comments 0
You need to be logged in to leave comments. Login now