From 19a687bc6c828ceed2de974550f4d283da9ff312 Mon Sep 17 00:00:00 2001 From: Andrew <15331990+ahuang11@users.noreply.github.com> Date: Fri, 12 Aug 2022 13:11:43 -0700 Subject: [PATCH] Update prefect_snowflake/credentials.py Co-authored-by: Alexander Streed --- prefect_snowflake/credentials.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prefect_snowflake/credentials.py b/prefect_snowflake/credentials.py index 6b010a1..819499e 100644 --- a/prefect_snowflake/credentials.py +++ b/prefect_snowflake/credentials.py @@ -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