Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
lostella committed Aug 24, 2023
1 parent fd1aa3a commit 441d7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dataset/test_arrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ def test_arrow(writer, flatten_arrays):

for orig, arrow_value in zip(data, dataset):
assert_equal(orig, arrow_value)

if isinstance(dataset, ArrowFile):
assert_equal(dataset[4], data[4])

0 comments on commit 441d7a9

Please sign in to comment.