Skip to content

Commit 62792aa

Browse files
style: pre-commit fixes
1 parent 894594c commit 62792aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/awkward/_reducers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,10 @@ def _promote_integer_rank(cls, given_dtype: DTypeLike) -> DTypeLike:
7777
return given_dtype
7878

7979
def get_platform_integer_dtype():
80-
# Typically, np.intp is used to represent the platform integer type
80+
# Typically, np.intp is used to represent the platform integer type
8181
return np.dtype(np.intp)
8282

8383

84-
8584
def apply_positional_corrections(
8685
reduced: ak.contents.NumpyArray,
8786
parents: ak.index.Index,

0 commit comments

Comments
 (0)