From e9199fea3f6462b0f01d02fbb7046b00f1e5f821 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 18:25:48 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_target_snowflake.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_target_snowflake.py b/tests/test_target_snowflake.py index c49e0cf..1ce7e50 100644 --- a/tests/test_target_snowflake.py +++ b/tests/test_target_snowflake.py @@ -12,8 +12,6 @@ from target_snowflake.target import TargetSnowflake -from .core import target_tests - SAMPLE_CONFIG: dict[str, Any] = { "user": os.environ["TARGET_SNOWFLAKE_USER"], "password": os.environ["TARGET_SNOWFLAKE_PASSWORD"],