From 8ddb0ce0acafe75d78df528b4d2540dfbf4b364d Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sun, 18 Aug 2013 11:16:06 -0600 Subject: STY: Giant whitespace cleanup. Now is as good a time as any with open PR's at a low. --- numpy/core/arrayprint.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/core/arrayprint.py') diff --git a/numpy/core/arrayprint.py b/numpy/core/arrayprint.py index ad6a5d074..18b008a3f 100644 --- a/numpy/core/arrayprint.py +++ b/numpy/core/arrayprint.py @@ -750,4 +750,3 @@ class TimedeltaFormat(object): def __call__(self, x): return self.format % x.astype('i8') - -- cgit v1.2.1