Skip to content

Commit e9298cf

Browse files
author
Ben Cipollini
committed
Remove default argument.
1 parent 0567ac3 commit e9298cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def squeeze_image(img):
8888
img.extra)
8989

9090

91-
def _shape_equal_excluding(shape1, shape2, exclude_axes=None):
91+
def _shape_equal_excluding(shape1, shape2, exclude_axes):
9292
""" Helper function to compare two array shapes, excluding any
9393
axis specified."""
9494

0 commit comments

Comments
 (0)