Skip to content

Commit

Permalink
Tests/Chore: Remove unneeded assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 25, 2024
1 parent 0d8dcf8 commit f3e57b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_support_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def test_table_kwargs_partitioned_by(cratedb_service):
"""

engine = cratedb_service.database.engine
session = sessionmaker(bind=engine)()

# Insert records from pandas dataframe.
with table_kwargs(crate_partitioned_by="time"):
Expand Down

0 comments on commit f3e57b1

Please sign in to comment.