From 0f50aa67bafbba33e5f78e3306172ef5e96d2d66 Mon Sep 17 00:00:00 2001 From: Wambere Date: Tue, 14 May 2019 11:24:14 +0300 Subject: [PATCH] Add docstring --- superset_patchup/oauth.py | 1 + 1 file changed, 1 insertion(+) 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