mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 04:01:34 +00:00
Fix middleware unused AuthenticationFailed (#1339)
Simply remove an unused import that is failing linters.
This commit is contained in:
parent
997e9aeacc
commit
b3622420f4
@ -8,7 +8,6 @@ from django.utils import timezone
|
||||
from django.utils.deprecation import MiddlewareMixin
|
||||
from django.http import JsonResponse
|
||||
from rest_framework.authtoken.models import Token
|
||||
from rest_framework.exceptions import AuthenticationFailed
|
||||
|
||||
from api.nick_generator.nick_generator import NickGenerator
|
||||
from api.utils import base91_to_hex, hex_to_base91, is_valid_token, validate_pgp_keys
|
||||
|
Loading…
Reference in New Issue
Block a user