Skip to content

Commit

Permalink
Add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Wambere committed May 14, 2019
1 parent af0836a commit 0f50aa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset_patchup/oauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class AuthOAuthView(SupersetAuthOAuthView):
@expose("/login/<provider>/<register>")
# pylint: disable=logging-fstring-interpolation
def login(self, provider=None, register=None):
"""The login view from AuthOAuthView"""
logging.debug(f"Provider: {provider}")

# handle redirect
Expand Down

0 comments on commit 0f50aa6

Please sign in to comment.