diff --git a/superset_patchup/oauth.py b/superset_patchup/oauth.py index 2729910..5782528 100644 --- a/superset_patchup/oauth.py +++ b/superset_patchup/oauth.py @@ -27,6 +27,7 @@ class AuthOAuthView(SupersetAuthOAuthView): @expose("/login//") # pylint: disable=logging-fstring-interpolation def login(self, provider=None, register=None): + """The login view from AuthOAuthView""" logging.debug(f"Provider: {provider}") # handle redirect