See #297: removed unused imports
This commit is contained in:
parent
639882bd34
commit
9427f8b56e
82 changed files with 22 additions and 131 deletions
|
|
@ -1,6 +1,5 @@
|
|||
from django.utils import timezone
|
||||
from django.db import models
|
||||
from django.core.exceptions import ValidationError
|
||||
|
||||
from funkwhale_api.music.models import Track
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
from django.conf.urls import include, url
|
||||
from . import views
|
||||
|
||||
from rest_framework import routers
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
from rest_framework import generics, mixins, viewsets
|
||||
from rest_framework import mixins, viewsets
|
||||
from rest_framework import permissions
|
||||
from rest_framework import status
|
||||
from rest_framework.response import Response
|
||||
from rest_framework.decorators import detail_route
|
||||
|
||||
from funkwhale_api.activity import record
|
||||
from funkwhale_api.common.permissions import ConditionalAuthentication
|
||||
|
||||
from . import models
|
||||
from . import serializers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue