Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Arseny committed Oct 27, 2023
1 parent 6e204b5 commit 86c04aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api_spot/api/views/avatar.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from django.shortcuts import get_object_or_404
from drf_spectacular.utils import (
extend_schema, OpenApiExample,
OpenApiExample, extend_schema,
)
from rest_framework import status
from rest_framework.response import Response
from rest_framework.permissions import IsAuthenticated
from rest_framework.response import Response

from api.mixins import UpdateDeleteViewSet
from api.serializers.avatar import AvatarSerializer
Expand Down

0 comments on commit 86c04aa

Please sign in to comment.