Skip to content

Commit 61c04aa

Browse files
committed
fix conda_compare formatting
1 parent 8671f19 commit 61c04aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioimageio/spec/summary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ def append_detail(
697697

698698
if d.conda_compare:
699699
wrapped_conda_compare = "\n".join(
700-
TextWrapper(width=width - 4).wrap("\n".join(d.conda_compare))
700+
TextWrapper(width=width - 4).wrap(d.conda_compare)
701701
)
702702
append_detail(
703703
"",

0 commit comments

Comments
 (0)