Skip to content

Commit

Permalink
STY: Fixed flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 authored and gtdang committed Jul 25, 2024
1 parent 0828905 commit 0c1cfbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hnn_core/gui/_viz_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,8 @@ def _on_target_comparison_change(new_target_name):
data)

def _on_plot_type_change(new_plot_type):
return plot_type_coupled_change(new_plot_type.new, target_data_selection)
return plot_type_coupled_change(new_plot_type.new,
target_data_selection)

simulation_selection.observe(_on_sim_data_change, 'value')
target_data_selection.observe(_on_target_comparison_change, 'value')
Expand Down

0 comments on commit 0c1cfbf

Please sign in to comment.