Browse Source

[mod] remove unused imports

Laurent Peuch 10 years ago
parent
commit
7d0189ac89
1 changed files with 1 additions and 3 deletions
  1. 1 3
      ispformat/validator/schemavalidator.py

+ 1 - 3
ispformat/validator/schemavalidator.py

@@ -2,9 +2,7 @@
 
 import ispformat.schema as _schema
 from jsonschema import Draft4Validator, RefResolver, draft4_format_checker
-from jsonschema.exceptions import RefResolutionError, SchemaError, ValidationError
-import json
-import os.path
+from jsonschema.exceptions import RefResolutionError, ValidationError
 from urlparse import urlsplit