Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 11, 2024
1 parent 15c51f9 commit 3a48d66
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 3a48d66

Please sign in to comment.