Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
westonpace committed Sep 1, 2023
1 parent 9ba1640 commit 5cbd771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/python/tests/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def test_rewrite_with_commit(tmp_path: Path):
lance.write_dataset(table, base_dir)
lance.write_dataset(table, base_dir, mode="append")

combined = expected = pa.Table.from_pydict(
combined = pa.Table.from_pydict(
{
"a": list(range(100)) + list(range(100)),
"b": list(range(100)) + list(range(100)),
Expand Down

0 comments on commit 5cbd771

Please sign in to comment.