Skip to content

Commit 0cbdbee

Browse files
committed
remove repeated text from summary
1 parent 134f7bc commit 0cbdbee

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bioimageio/spec/summary.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -658,11 +658,6 @@ def append_detail(
658658
if code is not None:
659659
details.append(["", "", code.text])
660660

661-
text, *additional_lines = format_text(text)
662-
663-
details.append([status, format_loc(loc, target), text])
664-
details.extend([["", "", line] for line in additional_lines])
665-
666661
for d in summary.details:
667662
details.append([d.status_icon, format_loc(d.loc, target), d.name])
668663

0 commit comments

Comments
 (0)