From 947b6a6380c08b02047beb4c34466c6d2bdc9ffe Mon Sep 17 00:00:00 2001 From: Pan Jan Date: Thu, 16 Apr 2020 18:05:14 +0200 Subject: Improve testing --- numpy/core/arrayprint.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'numpy/core/arrayprint.py') 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 -- cgit v1.2.1