diff options
author | Hugo <hugovk@users.noreply.github.com> | 2019-08-15 12:31:29 +0300 |
---|---|---|
committer | Hugo <hugovk@users.noreply.github.com> | 2019-08-15 12:31:29 +0300 |
commit | 25dee45f9991bf009bcc5eebd5987046a4bf7779 (patch) | |
tree | 621e7c566d86393f93db759a2928e7d31333ed24 /oauthlib/oauth2/rfc6749/endpoints/token.py | |
parent | 9590ca26d35267f15501605c488581589f1ad91e (diff) | |
download | oauthlib-25dee45f9991bf009bcc5eebd5987046a4bf7779.tar.gz |
The future is now
Diffstat (limited to 'oauthlib/oauth2/rfc6749/endpoints/token.py')
-rw-r--r-- | oauthlib/oauth2/rfc6749/endpoints/token.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/oauthlib/oauth2/rfc6749/endpoints/token.py b/oauthlib/oauth2/rfc6749/endpoints/token.py index bc87e9b..2b2d495 100644 --- a/oauthlib/oauth2/rfc6749/endpoints/token.py +++ b/oauthlib/oauth2/rfc6749/endpoints/token.py @@ -6,8 +6,6 @@ oauthlib.oauth2.rfc6749 This module is an implementation of various logic needed for consuming and providing OAuth 2.0 RFC6749. """ -from __future__ import absolute_import, unicode_literals - import logging from oauthlib.common import Request |