summaryrefslogtreecommitdiff
path: root/tests/openid/connect/core/endpoints/test_claims_handling.py
diff options
context:
space:
mode:
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, 0 insertions, 2 deletions
diff --git a/tests/openid/connect/core/endpoints/test_claims_handling.py b/tests/openid/connect/core/endpoints/test_claims_handling.py
index 5f39d96..943210c 100644
--- a/tests/openid/connect/core/endpoints/test_claims_handling.py
+++ b/tests/openid/connect/core/endpoints/test_claims_handling.py
@@ -6,8 +6,6 @@ The claims parameter is an optional query param for the Authorization Request en
request the claims should be transferred (via the oauthlib request) to be persisted
with the Access Token when it is created.
"""
-from __future__ import absolute_import, unicode_literals
-
import mock
from oauthlib.openid import RequestValidator