From 3d7438a9f0c93c517ab9909e17c79c433d823b30 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Fri, 1 Aug 2014 10:19:03 -0600 Subject: STY: Minor PEP8 fixes. --- numpy/compat/py3k.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/compat/py3k.py') diff --git a/numpy/compat/py3k.py b/numpy/compat/py3k.py index 4607d9502..d95a362ca 100644 --- a/numpy/compat/py3k.py +++ b/numpy/compat/py3k.py @@ -57,7 +57,6 @@ else: asstr = str strchar = 'S' - def isfileobj(f): return isinstance(f, file) -- cgit v1.2.1