summaryrefslogtreecommitdiff
path: root/tests/openid/connect/core/endpoints/test_claims_handling.py
diff options
context:
space:
mode:
authorAnton Ruhlov <anton@paxful.com>2020-04-10 15:01:28 +0300
committerAnton Ruhlov <anton@paxful.com>2020-04-10 15:01:28 +0300
commita1057f9a82dd77e46aebaa217816af2c5759bab3 (patch)
treed14a0079d53f60b724a1e7ac743a7f9a45f07080 /tests/openid/connect/core/endpoints/test_claims_handling.py
parentaee9bffc796f279c4fcec7cbce2c8c9940b920a6 (diff)
downloadoauthlib-a1057f9a82dd77e46aebaa217816af2c5759bab3.tar.gz
Sorted tests import per isort 4.3.21
Diffstat (limited to 'tests/openid/connect/core/endpoints/test_claims_handling.py')
-rw-r--r--tests/openid/connect/core/endpoints/test_claims_handling.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openid/connect/core/endpoints/test_claims_handling.py b/tests/openid/connect/core/endpoints/test_claims_handling.py
index 1fe86ef..bc70269 100644
--- a/tests/openid/connect/core/endpoints/test_claims_handling.py
+++ b/tests/openid/connect/core/endpoints/test_claims_handling.py
@@ -11,8 +11,8 @@ from unittest import mock
from oauthlib.openid import RequestValidator
from oauthlib.openid.connect.core.endpoints.pre_configured import Server
-from tests.unittest import TestCase
from tests.oauth2.rfc6749.endpoints.test_utils import get_query_credentials
+from tests.unittest import TestCase
class TestClaimsHandling(TestCase):