Remove unused import
This commit is contained in:
parent
c0b2c8d41e
commit
dc27e7dad9
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ from rest_framework import mixins, status, viewsets
|
|||
from rest_framework.decorators import action
|
||||
from rest_framework.response import Response
|
||||
|
||||
from drf_spectacular.utils import extend_schema, extend_schema_view
|
||||
from drf_spectacular.utils import extend_schema
|
||||
|
||||
from django.db.models import Prefetch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue