summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/endpoints/pre_configured.py
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2020-05-12 20:02:01 +0600
committerGitHub <noreply@github.com>2020-05-12 20:02:01 +0600
commit0404b486b11b81de780234b944179fa7bde6f2b7 (patch)
tree5e66ce0291c78f3d80a054bb7bdf8f0b86e9c33d /oauthlib/oauth2/rfc6749/endpoints/pre_configured.py
parent46647402896db5f0d979eba9594623e889739060 (diff)
downloadoauthlib-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/pre_configured.py')
-rw-r--r--oauthlib/oauth2/rfc6749/endpoints/pre_configured.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/oauthlib/oauth2/rfc6749/endpoints/pre_configured.py b/oauthlib/oauth2/rfc6749/endpoints/pre_configured.py
index 0130f9e..d64a166 100644
--- a/oauthlib/oauth2/rfc6749/endpoints/pre_configured.py
+++ b/oauthlib/oauth2/rfc6749/endpoints/pre_configured.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
oauthlib.oauth2.rfc6749.endpoints.pre_configured
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~