Remove unused imports

Import of RelatedModel was left in place as it just lacks respective
tests.
This commit is contained in:
Alieh Rymašeŭski 2020-10-05 13:20:59 +03:00
parent 034ba57d93
commit 6c0c83e7e5

View file

@ -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