Skip to content

Commit 14af19c

Browse files
committed
STY: remove a couple of blank lines for PEP8
My my pep8 is picky.
1 parent 2065503 commit 14af19c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nibabel/nifti1.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,6 @@ def _mangle(self, dataset):
448448
return dio.read(ds_len)
449449

450450

451-
452451
# NIfTI header extension type codes (ECODE)
453452
# see nifti1_io.h for a complete list of all known extensions and
454453
# references to their description or contacts of the respective
@@ -1986,4 +1985,3 @@ def save(img, filename):
19861985
Nifti1Image.instance_to_filename(img, filename)
19871986
except ImageFileError:
19881987
Nifti1Pair.instance_to_filename(img, filename)
1989-

0 commit comments

Comments
 (0)