Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update prefect_snowflake/credentials.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Streed <desertaxle@users.noreply.github.com>
  • Loading branch information
ahuang11 and desertaxle authored Aug 12, 2022
1 parent 31bcebf commit 19a687b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefect_snowflake/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def _validate_token_kwargs(cls, values):
token = values.get("token")
if authenticator == "oauth" and not token:
raise ValueError(
"If authenticator is set to `oauth`, `token` must be provided\n"
"If authenticator is set to `oauth`, `token` must be provided"
)
return values

Expand Down

0 comments on commit 19a687b

Please sign in to comment.