summaryrefslogtreecommitdiff
path: root/oauthlib/openid/connect/core/grant_types
diff options
context:
space:
mode:
authorDariusz <github@smigiel.dev>2022-06-21 07:53:36 -0700
committerGitHub <noreply@github.com>2022-06-21 07:53:36 -0700
commitf52f641d763e4958d108e875e0cd6fca50d110f2 (patch)
tree62b0c653973035c88d4044105fde43a25397ef53 /oauthlib/openid/connect/core/grant_types
parented0cb63945c4a5940b185823809693b7f97989ad (diff)
parentbdc486e2bc3a188027a4ebec3a3013e64023ce62 (diff)
downloadoauthlib-f52f641d763e4958d108e875e0cd6fca50d110f2.tar.gz
Merge branch 'oauthlib:master' into master
Diffstat (limited to 'oauthlib/openid/connect/core/grant_types')
-rw-r--r--oauthlib/openid/connect/core/grant_types/base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/oauthlib/openid/connect/core/grant_types/base.py b/oauthlib/openid/connect/core/grant_types/base.py
index 76173e6..33411da 100644
--- a/oauthlib/openid/connect/core/grant_types/base.py
+++ b/oauthlib/openid/connect/core/grant_types/base.py
@@ -8,7 +8,6 @@ from oauthlib.oauth2.rfc6749.errors import (
ConsentRequired, InvalidRequestError, LoginRequired,
)
-
log = logging.getLogger(__name__)