diff --git a/authentik/flows/api/flows.py b/authentik/flows/api/flows.py index 24249dd34..26e7ec9ce 100644 --- a/authentik/flows/api/flows.py +++ b/authentik/flows/api/flows.py @@ -8,7 +8,6 @@ from django.urls import reverse from django.utils.translation import gettext as _ from drf_spectacular.types import OpenApiTypes from drf_spectacular.utils import ( - OpenApiParameter, OpenApiResponse, extend_schema, inline_serializer,