summaryrefslogtreecommitdiff
path: root/tests/oauth2/rfc6749/endpoints
diff options
context:
space:
mode:
authorDariusz <github@smigiel.dev>2022-06-21 07:53:36 -0700
committerGitHub <noreply@github.com>2022-06-21 07:53:36 -0700
commitf52f641d763e4958d108e875e0cd6fca50d110f2 (patch)
tree62b0c653973035c88d4044105fde43a25397ef53 /tests/oauth2/rfc6749/endpoints
parented0cb63945c4a5940b185823809693b7f97989ad (diff)
parentbdc486e2bc3a188027a4ebec3a3013e64023ce62 (diff)
downloadoauthlib-f52f641d763e4958d108e875e0cd6fca50d110f2.tar.gz
Merge branch 'oauthlib:master' into master
Diffstat (limited to 'tests/oauth2/rfc6749/endpoints')
-rw-r--r--tests/oauth2/rfc6749/endpoints/test_metadata.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/oauth2/rfc6749/endpoints/test_metadata.py b/tests/oauth2/rfc6749/endpoints/test_metadata.py
index 22cf4ba..1f5b912 100644
--- a/tests/oauth2/rfc6749/endpoints/test_metadata.py
+++ b/tests/oauth2/rfc6749/endpoints/test_metadata.py
@@ -1,7 +1,8 @@
# -*- coding: utf-8 -*-
+import json
+
from oauthlib.oauth2 import MetadataEndpoint, Server, TokenEndpoint
-import json
from tests.unittest import TestCase