Skip to content

Commit 6ecbeca

Browse files
pre-commit
1 parent 771f709 commit 6ecbeca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mne_bids/inspect.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ def inspect_dataset(
126126

127127
# do you think we should expose the verbose of this functions?
128128
@verbose
129-
def _inspect_raw(*, bids_path, l_freq, h_freq, find_flat, show_annotations, verbose=None):
129+
def _inspect_raw(
130+
*, bids_path, l_freq, h_freq, find_flat, show_annotations, verbose=None
131+
):
130132
"""Raw data inspection."""
131133
# Delay the import
132134
import matplotlib

0 commit comments

Comments
 (0)