Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 16, 2025
1 parent 5219723 commit 5bd2600
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tap_csv/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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", [])

Expand Down

0 comments on commit 5bd2600

Please sign in to comment.