See #297: removed unused imports

This commit is contained in:
Eliot Berriot 2018-06-10 10:39:47 +02:00
parent 639882bd34
commit 9427f8b56e
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
82 changed files with 22 additions and 131 deletions

View file

@ -8,7 +8,6 @@ from musicbrainzngs import ResponseError
from funkwhale_api.common import preferences
from funkwhale_api.federation import activity
from funkwhale_api.federation import actors
from funkwhale_api.federation import models as federation_models
from funkwhale_api.federation import serializers as federation_serializers
from funkwhale_api.taskapp import celery
from funkwhale_api.providers.acoustid import get_acoustid_client