diff options
author | Pan Jan <rumcajsgajos@gmail.com> | 2020-04-16 18:05:14 +0200 |
---|---|---|
committer | Pan Jan <rumcajsgajos@gmail.com> | 2020-04-16 18:07:16 +0200 |
commit | 947b6a6380c08b02047beb4c34466c6d2bdc9ffe (patch) | |
tree | a5d42c4511a2e8009828e6473509c0b8e04c28a2 /numpy/core/arrayprint.py | |
parent | 1511c1f267c35b8e619b3b1c913f336ae7505910 (diff) | |
download | numpy-947b6a6380c08b02047beb4c34466c6d2bdc9ffe.tar.gz |
Improve testing
Diffstat (limited to 'numpy/core/arrayprint.py')
-rw-r--r-- | numpy/core/arrayprint.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/core/arrayprint.py b/numpy/core/arrayprint.py index b08005700..01db605f6 100644 --- a/numpy/core/arrayprint.py +++ b/numpy/core/arrayprint.py @@ -845,8 +845,6 @@ def _formatArray(a, format_function, line_width, next_line_prefix, # performance and PyPy friendliness, we break the cycle: recurser = None - - def _none_or_positive_arg(x, name): if x is None: return -1 |