fix(lint): sort imports alphabetically
This commit is contained in:
parent
f4fb77d0fb
commit
87e7297fae
|
@ -7,6 +7,7 @@ from django.db.models import Count
|
|||
from drf_spectacular.utils import extend_schema
|
||||
from rest_framework import exceptions, mixins, status, viewsets
|
||||
from rest_framework.decorators import action
|
||||
from rest_framework.pagination import PageNumberPagination
|
||||
from rest_framework.parsers import FormParser, JSONParser, MultiPartParser
|
||||
from rest_framework.renderers import JSONRenderer
|
||||
from rest_framework.response import Response
|
||||
|
@ -20,7 +21,6 @@ from funkwhale_api.music import utils as music_utils
|
|||
from funkwhale_api.users.oauth import permissions as oauth_permissions
|
||||
|
||||
from . import filters, models, parsers, renderers, serializers
|
||||
from rest_framework.pagination import PageNumberPagination
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Reference in New Issue