diff --git a/snapshottest/__init__.py b/snapshottest/__init__.py index 8db737d..6cf6a88 100644 --- a/snapshottest/__init__.py +++ b/snapshottest/__init__.py @@ -1,7 +1,6 @@ from .snapshot import Snapshot from .generic_repr import GenericRepr from .module import assert_match_snapshot -from .unittest import TestCase -__all__ = ["Snapshot", "GenericRepr", "assert_match_snapshot", "TestCase"] +__all__ = ["Snapshot", "GenericRepr", "assert_match_snapshot"]