Skip to content

Commit 2f89242

Browse files
committed
style tweak for travis
1 parent c1f553f commit 2f89242

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nibabel/cmdline/diff.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def are_values_different(*values):
6060

6161
if type(value0) != type(value): # if types are different, then we consider them different
6262
return True
63-
6463
elif isinstance(value0, np.ndarray):
6564
if np.any(value0 != value): # special test for ndarray
6665
return True

0 commit comments

Comments
 (0)