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/_methods.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/core/_methods.py') diff --git a/numpy/core/_methods.py b/numpy/core/_methods.py index 27e445a54..8f0027616 100644 --- a/numpy/core/_methods.py +++ b/numpy/core/_methods.py @@ -121,4 +121,3 @@ def _std(a, axis=None, dtype=None, out=None, ddof=0, keepdims=False): ret = ret.dtype.type(um.sqrt(ret)) return ret - -- cgit v1.2.1