Skip to content

Commit ff2386e

Browse files
tonisvainlnagel
authored andcommitted
remove unused import
1 parent f3208e5 commit ff2386e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drf_sideloading/mixins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from typing import Dict, Optional, Union, Set, List
66

77
from django.db import models
8-
from django.db.models import Prefetch, QuerySet
8+
from django.db.models import Prefetch
99
from django.db.models.fields.related_descriptors import (
1010
ForwardManyToOneDescriptor,
1111
ForwardOneToOneDescriptor,

0 commit comments

Comments
 (0)