isort
This commit is contained in:
parent
82a4245e9b
commit
d415f37c53
5 changed files with 0 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
|||
from django.conf import settings
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from rest_framework.exceptions import PermissionDenied
|
||||
from rest_framework.permissions import BasePermission
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
from django.conf import settings
|
||||
|
||||
from rest_framework import serializers
|
||||
|
||||
from ..editor.hosters import get_hoster_for_package
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
from django.conf.urls import include, url
|
||||
|
||||
from rest_framework.routers import DefaultRouter
|
||||
|
||||
from .views import editor as editor_views
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
from django.http import Http404
|
||||
|
||||
from rest_framework.response import Response
|
||||
from rest_framework.viewsets import ViewSet
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ import os
|
|||
from django.conf import settings
|
||||
from django.core.files import File
|
||||
from django.http import HttpResponse
|
||||
|
||||
from rest_framework.decorators import detail_route
|
||||
from rest_framework.viewsets import ReadOnlyModelViewSet
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue