Skip to content

Commit 60f9308

Browse files
committed
remove useless imports
1 parent dd58b7b commit 60f9308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

django_restql/mixins.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
from django.db.models import Prefetch, Model
1+
from django.db.models import Prefetch
22
from django.core.exceptions import ObjectDoesNotExist
33
from django.db.models.fields.related import ManyToManyRel, ManyToOneRel
4-
from django.contrib.contenttypes.fields import GenericRel, GenericRelation
4+
from django.contrib.contenttypes.fields import GenericRel
55
from django.contrib.contenttypes.models import ContentType
66
from django.http import QueryDict
77
from django.utils.functional import cached_property

0 commit comments

Comments
 (0)