Skip to content

Commit 163783c

Browse files
committed
return plots either way
1 parent 46c385b commit 163783c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/trustyai/utils/tyrus.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -365,5 +365,4 @@ def run(self, display=True):
365365

366366
if display:
367367
show(plots)
368-
else:
369-
return None
368+
return plots

0 commit comments

Comments
 (0)