We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a21ee3 commit b791e53Copy full SHA for b791e53
oauth2_provider/views/introspect.py
@@ -2,7 +2,7 @@
2
import hashlib
3
4
from django.core.exceptions import ObjectDoesNotExist
5
-from django.http import JsonResponse, HttpResponseBadRequest
+from django.http import HttpResponseBadRequest, JsonResponse
6
from django.utils.decorators import method_decorator
7
from django.views.decorators.csrf import csrf_exempt
8
0 commit comments