Skip to content

Commit 3e3fe30

Browse files
committed
removing unnecessary space that nibabel checks dont like
1 parent a01855b commit 3e3fe30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nibabel/loadsave.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def load(filename, **kwargs):
4141

4242
if op.getsize(filename) <= 0:
4343
raise FileEmptyError("Given file is empty: '%s'" % filename)
44-
4544
sniff = None
4645
for image_klass in all_image_classes:
4746
is_valid, sniff = image_klass.path_maybe_image(filename, sniff)

0 commit comments

Comments
 (0)