diff options
author | Asif Saif Uddin <auvipy@gmail.com> | 2020-05-12 20:02:01 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 20:02:01 +0600 |
commit | 0404b486b11b81de780234b944179fa7bde6f2b7 (patch) | |
tree | 5e66ce0291c78f3d80a054bb7bdf8f0b86e9c33d /oauthlib/oauth2/rfc6749/endpoints/revocation.py | |
parent | 46647402896db5f0d979eba9594623e889739060 (diff) | |
download | oauthlib-0404b486b11b81de780234b944179fa7bde6f2b7.tar.gz |
Remove Python 2 codes (#734)
* Update setup.py
* remove un needed python 2 codes
* remove un needed python 2 codes
* remove un needed python 2 codes
Diffstat (limited to 'oauthlib/oauth2/rfc6749/endpoints/revocation.py')
-rw-r--r-- | oauthlib/oauth2/rfc6749/endpoints/revocation.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oauthlib/oauth2/rfc6749/endpoints/revocation.py b/oauthlib/oauth2/rfc6749/endpoints/revocation.py index 0eb25d3..4aa5ec6 100644 --- a/oauthlib/oauth2/rfc6749/endpoints/revocation.py +++ b/oauthlib/oauth2/rfc6749/endpoints/revocation.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ oauthlib.oauth2.rfc6749.endpoint.revocation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |