Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 11, 2021
1 parent 21428f5 commit e0fbbb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/awkward/_v2/contents/numpyarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,6 @@ def _validityerror(self, path):
)
return ""


def _rpad(self, target, axis, depth, clip):
if len(self.shape) == 0:
raise ValueError("cannot rpad a scalar")
Expand Down

0 comments on commit e0fbbb2

Please sign in to comment.