summaryrefslogtreecommitdiff
path: root/oauthlib/openid/connect/core/grant_types/hybrid.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/openid/connect/core/grant_types/hybrid.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/openid/connect/core/grant_types/hybrid.py')
-rw-r--r--oauthlib/openid/connect/core/grant_types/hybrid.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/oauthlib/openid/connect/core/grant_types/hybrid.py b/oauthlib/openid/connect/core/grant_types/hybrid.py
index a8dd564..7e118b3 100644
--- a/oauthlib/openid/connect/core/grant_types/hybrid.py
+++ b/oauthlib/openid/connect/core/grant_types/hybrid.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
oauthlib.openid.connect.core.grant_types
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~