Skip to content

Commit da0b54b

Browse files
committed
RF: tiny pep8 fixes in py3k
1 parent 312bc4d commit da0b54b

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
@@ -63,10 +63,10 @@ def open_latin1(filename, mode='r'):
6363
ints2bytes = lambda seq: ''.join(chr(i) for i in seq)
6464
ZEROB = chr(0)
6565

66-
6766
class FileNotFoundError(IOError):
6867
pass
6968

69+
7070
def getexception():
7171
return sys.exc_info()[1]
7272

0 commit comments

Comments
 (0)