From 5bd2600c184255ecbbf03951f8dae3ee35544716 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 03:26:03 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tap_csv/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tap_csv/client.py b/tap_csv/client.py index c19c63d..f4b3739 100644 --- a/tap_csv/client.py +++ b/tap_csv/client.py @@ -131,7 +131,6 @@ def schema(self) -> dict: This property is accessed multiple times for each record so it's important to cache the result. """ - properties: list[th.Property] = [] self.primary_keys = self.file_config.get("keys", [])