Skip to content

Commit

Permalink
Fixed typo in unmaskedarray.py. (#1498)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski authored Jun 11, 2022
1 parent 0f5a07e commit c38d4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/awkward/_v2/contents/unmaskedarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def _reduce_next(
keepdims,
):
next = self._content
if isinstance(next, ak._v2_contents.RegularArray):
if isinstance(next, ak._v2.contents.RegularArray):
next = next.toListOffsetArray64(True)

return next._reduce_next(
Expand Down

0 comments on commit c38d4c6

Please sign in to comment.