From e0fbbb241e700f4613c252bb5a2f25d729602155 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 11 Nov 2021 12:08:28 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/awkward/_v2/contents/numpyarray.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/awkward/_v2/contents/numpyarray.py b/src/awkward/_v2/contents/numpyarray.py index 99445a184e..409cdbf017 100644 --- a/src/awkward/_v2/contents/numpyarray.py +++ b/src/awkward/_v2/contents/numpyarray.py @@ -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")