See #297: sorted imports
This commit is contained in:
parent
9427f8b56e
commit
9bea804f14
132 changed files with 218 additions and 363 deletions
|
|
@ -1,18 +1,13 @@
|
|||
from django.db.models import Count
|
||||
from django.db import transaction
|
||||
|
||||
from rest_framework import exceptions
|
||||
from rest_framework import mixins, viewsets
|
||||
from django.db.models import Count
|
||||
from rest_framework import exceptions, mixins, viewsets
|
||||
from rest_framework.decorators import detail_route
|
||||
from rest_framework.response import Response
|
||||
from rest_framework.permissions import IsAuthenticatedOrReadOnly
|
||||
from rest_framework.response import Response
|
||||
|
||||
from funkwhale_api.common import permissions
|
||||
from funkwhale_api.common import fields
|
||||
from funkwhale_api.common import fields, permissions
|
||||
|
||||
from . import filters
|
||||
from . import models
|
||||
from . import serializers
|
||||
from . import filters, models, serializers
|
||||
|
||||
|
||||
class PlaylistViewSet(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue