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 02884ad commit e35e876Copy full SHA for e35e876
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 HttpResponseBadRequest, JsonResponse
+from django.http import JsonResponse
6
from django.utils.decorators import method_decorator
7
from django.views.decorators.csrf import csrf_exempt
8
0 commit comments