Skip to content

Commit

Permalink
remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
lubrst authored Nov 7, 2024
1 parent 77c96b8 commit 5ae1f9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions splink/internals/duckdb/database_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ def _table_registration(
if isinstance(input, dict):
input = pd.DataFrame(input)
elif isinstance(input, list):
import pyarrow as pa

try:
# pyarrow preserves types better than pandas
import pyarrow as pa
Expand Down

0 comments on commit 5ae1f9f

Please sign in to comment.