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

@ -1,12 +1,9 @@
from urllib.parse import parse_qs
import jwt
from django.contrib.auth.models import AnonymousUser
from django.utils.encoding import smart_text
from rest_framework import exceptions
from rest_framework_jwt.settings import api_settings
from rest_framework_jwt.authentication import BaseJSONWebTokenAuthentication
from funkwhale_api.users.models import User