Skip to content

Commit

Permalink
unrelated typing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock committed Aug 22, 2024
1 parent f0f4cba commit 346e3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/stats/cluster_level.py
Original file line number Diff line number Diff line change
Expand Up @@ -1986,7 +1986,7 @@ def plot_cluster_time_sensor(
linestyles: list | dict | None = None,
cmap_evokeds: None | str | tuple = None,
cmap_topo: None | str | tuple = None,
ci: float | bool | callable() | None = None,
ci: float | bool | callable | None = None,
):
"""
Plot the cluster with the lowest p-value.
Expand Down

0 comments on commit 346e3ce

Please sign in to comment.