Skip to content

Commit a9e1e93

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 c0bc4b5 commit a9e1e93

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 JsonResponse, HttpResponseBadRequest
5+
from django.http import HttpResponseBadRequest, JsonResponse
66
from django.utils.decorators import method_decorator
77
from django.views.decorators.csrf import csrf_exempt
88

0 commit comments

Comments
 (0)