Skip to content

Commit 3cd1a44

Browse files
committed
Remove unused model import
1 parent ef5fc23 commit 3cd1a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple_history/tests/tests/test_admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from django.contrib.auth.models import User
1010
from django.contrib.admin.util import quote
1111

12-
from ..models import Book, Document, Person, Poll
12+
from ..models import Book, Person, Poll
1313

1414

1515
today = datetime(2021, 1, 1, 10, 0)

0 commit comments

Comments
 (0)