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 Jun 20, 2024
1 parent 894594c commit 62792aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/awkward/_reducers.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,10 @@ def _promote_integer_rank(cls, given_dtype: DTypeLike) -> DTypeLike:
return given_dtype

def get_platform_integer_dtype():

Check failure on line 79 in src/awkward/_reducers.py

View workflow job for this annotation

GitHub Actions / Run PyLint

Method 'get_platform_integer_dtype' has no argument
# Typically, np.intp is used to represent the platform integer type
# Typically, np.intp is used to represent the platform integer type
return np.dtype(np.intp)



def apply_positional_corrections(
reduced: ak.contents.NumpyArray,
parents: ak.index.Index,
Expand Down

0 comments on commit 62792aa

Please sign in to comment.