summaryrefslogtreecommitdiff
path: root/jsonschema/__init__.py
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2018-05-04 07:29:55 -0400
committerJulian Berman <Julian@GrayVines.com>2018-05-04 07:29:55 -0400
commit9bc3bc72e42d25656fcd3701f0ea28979d4c690c (patch)
treec9ee8baf3196353fddc97e1bbb2536842e77b5b3 /jsonschema/__init__.py
parent310c441c635f3d2a3499fcddbe96dcb95e6eba1e (diff)
downloadjsonschema-9bc3bc72e42d25656fcd3701f0ea28979d4c690c.tar.gz
Don't expose these publically.
Diffstat (limited to 'jsonschema/__init__.py')
-rw-r--r--jsonschema/__init__.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/jsonschema/__init__.py b/jsonschema/__init__.py
index 9e1b9b2..fb10f5a 100644
--- a/jsonschema/__init__.py
+++ b/jsonschema/__init__.py
@@ -18,11 +18,7 @@ from jsonschema._format import (
draft4_format_checker,
draft6_format_checker,
)
-from jsonschema._types import (
- TypeChecker,
- draft3_type_checker,
- draft4_type_checker,
-)
+from jsonschema._types import TypeChecker
from jsonschema.validators import (
Draft3Validator,
Draft4Validator,