Skip to content

Commit 35de634

Browse files
Fix middleware unused AuthenticationFailed
Simply remove an unused import that is failing linters.
1 parent 997e9ae commit 35de634

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

robosats/middleware.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from django.utils.deprecation import MiddlewareMixin
99
from django.http import JsonResponse
1010
from rest_framework.authtoken.models import Token
11-
from rest_framework.exceptions import AuthenticationFailed
1211

1312
from api.nick_generator.nick_generator import NickGenerator
1413
from api.utils import base91_to_hex, hex_to_base91, is_valid_token, validate_pgp_keys

0 commit comments

Comments
 (0)