Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Dec 4, 2024
1 parent be39541 commit 0d3da0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_3325_ak_flatten_indexed_option_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
ttarray = ak.Array(ttlayout)


@pytest.mark.parametrize("ax", [None] + list(i for i in range(4)))
@pytest.mark.parametrize("ax", [None, *list(i for i in range(4))])
def test_3325_flatten_index_option_array(ax):
ak.flatten(ttarray, axis=ax)

0 comments on commit 0d3da0d

Please sign in to comment.