Skip to content

Commit

Permalink
fix: trailing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 authored Jan 19, 2023
1 parent 26434a7 commit 5941031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/awkward/_slicing.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def normalise_item(item, backend: ak._backends.Backend):

if as_numpy is None:
out = normalise_item_bool_to_int(normalise_item_nested(item))
assert not isinstance(out, ak.contents.NumpyArray):
assert not isinstance(out, ak.contents.NumpyArray)
return out
else:
return as_numpy.data
Expand Down

0 comments on commit 5941031

Please sign in to comment.