Skip to content

Commit cd79c50

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 56eda9c commit cd79c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_provider/oauth2_backends.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import json
22
from urllib.parse import urlparse, urlunparse
33

4+
from django.http import HttpRequest
45
from oauthlib import oauth2
56
from oauthlib.common import Request as OauthlibRequest
67
from oauthlib.common import quote, urlencode, urlencoded
78
from oauthlib.oauth2 import OAuth2Error
8-
from django.http import HttpRequest
99

1010
from .exceptions import FatalClientError, OAuthToolkitError
1111
from .settings import oauth2_settings

0 commit comments

Comments
 (0)