Skip to content

Commit

Permalink
Remove unused import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyneloz committed Apr 30, 2019
1 parent 16a7d57 commit f5ded86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/invalid_models_tests/test_models.py
@@ -1,8 +1,6 @@
import unittest

from django.conf import settings
from django.contrib.contenttypes.fields import GenericForeignKey
from django.contrib.contenttypes.models import ContentType
from django.core.checks import Error, Warning
from django.core.checks.model_checks import _check_lazy_references
from django.core.exceptions import ImproperlyConfigured
Expand Down

0 comments on commit f5ded86

Please sign in to comment.