Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic R authored Feb 1, 2025
1 parent d3fb8cb commit f4cacc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions authentik/core/api/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
from drf_spectacular.utils import OpenApiResponse, extend_schema
from rest_framework import mixins
from rest_framework.decorators import action
from rest_framework.exceptions import ValidationError
from rest_framework.fields import CharField, ReadOnlyField, SerializerMethodField
from rest_framework.parsers import MultiPartParser
from rest_framework.request import Request
from rest_framework.response import Response
from rest_framework.viewsets import GenericViewSet
from rest_framework.exceptions import ValidationError
from structlog.stdlib import get_logger

from authentik.blueprints.v1.importer import SERIALIZER_CONTEXT_BLUEPRINT
Expand All @@ -28,9 +28,9 @@
from authentik.policies.engine import PolicyEngine
from authentik.rbac.decorators import permission_required


LOGGER = get_logger()


class SourceSerializer(ModelSerializer, MetaNameSerializer):
"""Source Serializer"""

Expand Down

0 comments on commit f4cacc4

Please sign in to comment.