Skip to content

Commit

Permalink
chore: formatting, docstring clarification, remove type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
gtdang committed Dec 22, 2023
1 parent f91cbb2 commit 96e4a6a
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 @@ -101,7 +101,7 @@ def plot_type_coupled_change(new_plot_type, target_data_selection):

def unlink_relink(attribute):
"""
Wrapper function to unlink widgets and re-link widgets.
Decorator function to unlink widgets and re-link widgets.
Unlinks linked widgets, runs the wrapped function, and relinks the widgets
upon completion. To be used as a decorator on class methods. The class must
Expand Down

0 comments on commit 96e4a6a

Please sign in to comment.