mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-04 13:44:43 +00:00
Remove unused imports
Import of RelatedModel was left in place as it just lacks respective tests.
This commit is contained in:
parent
034ba57d93
commit
6c0c83e7e5
1 changed files with 0 additions and 3 deletions
|
|
@ -5,11 +5,8 @@ import django
|
|||
import mock
|
||||
from dateutil.tz import gettz
|
||||
from django.conf import settings
|
||||
from django.contrib import auth
|
||||
from django.contrib.auth.models import AnonymousUser, User
|
||||
from django.core.exceptions import ValidationError
|
||||
from django.db.models.signals import pre_save
|
||||
from django.http import HttpResponse
|
||||
from django.test import RequestFactory, TestCase
|
||||
from django.utils import dateformat, formats, timezone
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue