summaryrefslogtreecommitdiff
path: root/oauthlib/openid/connect/core/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'oauthlib/openid/connect/core/exceptions.py')
-rw-r--r--oauthlib/openid/connect/core/exceptions.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/oauthlib/openid/connect/core/exceptions.py b/oauthlib/openid/connect/core/exceptions.py
index 8b08d21..aa795e0 100644
--- a/oauthlib/openid/connect/core/exceptions.py
+++ b/oauthlib/openid/connect/core/exceptions.py
@@ -6,8 +6,6 @@ oauthlib.oauth2.rfc6749.errors
Error used both by OAuth 2 clients and providers to represent the spec
defined error responses for all four core grant types.
"""
-from __future__ import unicode_literals
-
from oauthlib.oauth2.rfc6749.errors import FatalClientError, OAuth2Error