Skip to content

Commit 07e0cdc

Browse files
pre-commit-ci[bot]dopry
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c52d671 commit 07e0cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_provider/views/introspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import hashlib
33

44
from django.core.exceptions import ObjectDoesNotExist
5-
from django.http import HttpResponseBadRequest, JsonResponse
5+
from django.http import JsonResponse
66
from django.utils.decorators import method_decorator
77
from django.views.decorators.csrf import csrf_exempt
88

0 commit comments

Comments
 (0)