Skip to content

Commit 192fa26

Browse files
committed
[tests] Remove unused import SchemaError
1 parent 9803dc0 commit 192fa26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jsonschema/tests/test_cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
from jsonschema import Draft4Validator, ValidationError, cli, __version__
88
from jsonschema.compat import NativeIO
9-
from jsonschema.exceptions import SchemaError
109

1110

1211
def fake_validator(*errors):

0 commit comments

Comments
 (0)