Skip to content

Commit

Permalink
feat: default dict comment
Browse files Browse the repository at this point in the history
  • Loading branch information
florian6973 committed Sep 11, 2024
2 parents 94abde0 + 3a48d66 commit 0335d6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/spikeinterface/widgets/unit_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ def __init__(
subwidget_kwargs = dict()
for kwargs in subwidget_kwargs.values():
if "unit_colors" in kwargs:
raise ValueError("unit_colors should not be set in subwidget_kwargs, but directly as a parameter of plot_unit_summary")
raise ValueError(
"unit_colors should not be set in subwidget_kwargs, but directly as a parameter of plot_unit_summary"
)

plot_data = dict(
sorting_analyzer=sorting_analyzer,
Expand Down

0 comments on commit 0335d6f

Please sign in to comment.