Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 27, 2024
1 parent 0005852 commit c11346d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,7 @@ def test_assign_attrs() -> None:
dx.attrs["should_fail"] = None # type: ignore
assert dx.attrs == attrs


@delayed
def a_delayed_array():
return ak.Array([2, 4])
Expand Down

0 comments on commit c11346d

Please sign in to comment.