Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 19, 2024
1 parent ef2609e commit ed55752
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/awkward/contents/listarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,9 @@ def _getitem_next(
self._starts.data,
self._stops.data,
lenstarts,
int(head), # NOTE: when 'at' is an integer it is always 'int64' for both CPU and GPU kernels
int(
head
), # NOTE: when 'at' is an integer it is always 'int64' for both CPU and GPU kernels
),
slicer=head,
)
Expand Down

0 comments on commit ed55752

Please sign in to comment.