Skip to content

Commit

Permalink
Fix styling issue in TableauHook
Browse files Browse the repository at this point in the history
  • Loading branch information
samgans committed Jul 14, 2021
1 parent 65d8180 commit f5f2034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/tableau/hooks/tableau.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def _auth_via_token(self) -> Auth.contextmgr:
warnings.warn(
"Authentication via personal access token is deprecated. "
"Please, use the password authentication to avoid inconsistencies.",
DeprecationWarning
DeprecationWarning,
)
tableau_auth = PersonalAccessTokenAuth(
token_name=self.conn.extra_dejson['token_name'],
Expand Down

0 comments on commit f5f2034

Please sign in to comment.