Skip to content

Commit

Permalink
fix: Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gtdang committed Dec 8, 2023
1 parent b7d45e9 commit bf3580c
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 @@ -658,7 +658,7 @@ def __init__(self, gui_data, viz_layout):
self.figs_config_tab_link = link(
(self.axes_config_tabs, 'selected_index'),
(self.figs_tabs, 'selected_index'),
)
)

template_names = list(fig_templates.keys())
self.templates_dropdown = Dropdown(
Expand Down

0 comments on commit bf3580c

Please sign in to comment.