Remove unused import

This commit is contained in:
wvffle 2022-09-25 15:06:19 +00:00 committed by Georg Krause
parent c0b2c8d41e
commit dc27e7dad9
1 changed files with 1 additions and 1 deletions

View File

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