Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gtdang authored and jasmainak committed Jan 10, 2024
1 parent a26bccc commit 42613f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnn_core/gui/_viz_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ def _add_figure(b, widgets, data, scale=0.95, dpi=96):
display(widgets['figs_tabs'])

widgets['figs_tabs'].children = (
[s for s in widgets['figs_tabs'].children] + [fig_outputs]
[s for s in widgets['figs_tabs'].children] + [fig_outputs]
)
widgets['figs_tabs'].set_title(n_tabs, _idx2figname(fig_idx))

Expand Down

0 comments on commit 42613f7

Please sign in to comment.