Skip to content

Commit 20bfd4d

Browse files
committed
Remove import that isn't use
1 parent 5d654e6 commit 20bfd4d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

simple_history/registry_tests/tests.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@
1111

1212
from simple_history import exceptions, register
1313
from ..tests.models import (
14-
Poll, Choice, Voter, Restaurant, HistoricalPoll, HistoricalChoice,
15-
HistoricalState, HistoricalCustomFKError,
16-
UserAccessorDefault, UserAccessorOverride,
17-
TrackedAbstractBaseA, TrackedAbstractBaseB,
18-
TrackedWithAbstractBase, TrackedWithConcreteBase,
19-
InheritTracking1, InheritTracking2, InheritTracking3, InheritTracking4,
14+
Poll, Choice, Voter, Restaurant, UserAccessorDefault, UserAccessorOverride,
15+
TrackedAbstractBaseA, TrackedAbstractBaseB, TrackedWithAbstractBase,
16+
TrackedWithConcreteBase, InheritTracking1, InheritTracking2,
17+
InheritTracking3, InheritTracking4,
2018
)
2119

2220
try:

0 commit comments

Comments
 (0)