We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80e5ce commit 2c51018Copy full SHA for 2c51018
nibabel/py3k.py
@@ -67,7 +67,7 @@ def open_latin1(filename, mode='r'):
67
class FileNotFoundError(IOError):
68
pass
69
70
- import __builtin__ as builtins
+ import __builtin__ as builtins # flake8: noqa F401
71
72
73
def getexception():
0 commit comments