Skip to content

Commit 02884ad

Browse files
Merge branch 'handle_attribute_error_in_get_token_response' of github.com:dawidwolski-identt/django-oauth-toolkit into handle_attribute_error_in_get_token_response
2 parents a3f6030 + c5c7b9c commit 02884ad

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)