Skip to content

Commit 2c51018

Browse files
committed
BF: flake8 the import
1 parent f80e5ce commit 2c51018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/py3k.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def open_latin1(filename, mode='r'):
6767
class FileNotFoundError(IOError):
6868
pass
6969

70-
import __builtin__ as builtins
70+
import __builtin__ as builtins # flake8: noqa F401
7171

7272

7373
def getexception():

0 commit comments

Comments
 (0)