Skip to content

Commit 26d003b

Browse files
committed
PEP8
1 parent 366fa0e commit 26d003b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

nibabel/loadsave.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
from .arrayproxy import is_proxy
2121
from .py3k import FileNotFoundError
2222

23+
2324
def load(filename, **kwargs):
2425
''' Load file given filename, guessing at file type
2526

nibabel/py3k.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def open_latin1(filename, mode='r'):
6363
ints2bytes = lambda seq: ''.join(chr(i) for i in seq)
6464
ZEROB = chr(0)
6565

66+
6667
class FileNotFoundError(IOError):
6768
pass
6869

0 commit comments

Comments
 (0)