Skip to content

Commit f64f70b

Browse files
authored
correct identation error
1 parent a475402 commit f64f70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioimageio/core/build_spec/build_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ def addMissingAxes(im_axes):
429429
needed_axes = ["b", "c", "x", "y", "z", "s"]
430430
for ax in needed_axes:
431431
if not ax in im_axes:
432-
im_axes += ax
432+
im_axes += ax
433433
return im_axes
434434

435435
axes_ij = "bzcyxs"

0 commit comments

Comments
 (0)