diff --git a/tests/test_support_pandas.py b/tests/test_support_pandas.py index 4e12af3..f2aec00 100644 --- a/tests/test_support_pandas.py +++ b/tests/test_support_pandas.py @@ -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"):