Skip to content

Commit e48aee8

Browse files
committed
Addressing-comments
1 parent 071a285 commit e48aee8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mne/report/report.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686

8787
_BEM_VIEWS = ("axial", "sagittal", "coronal")
8888

89+
8990
# For raw files, we want to support different suffixes + extensions for all
9091
# supported file formats
9192
SUPPORTED_READ_RAW_EXTENSIONS = tuple(_get_extension_reader_map())
@@ -830,7 +831,7 @@ def __init__(
830831
collapse=(),
831832
verbose=None,
832833
):
833-
self.projs = projs # Initialize self.projs
834+
834835
self.info_fname = str(info_fname) if info_fname is not None else None
835836
self.cov_fname = str(cov_fname) if cov_fname is not None else None
836837
self.baseline = baseline
@@ -842,6 +843,7 @@ def __init__(
842843
self.subject = subject
843844
self.title = title
844845
self.image_format = _check_image_format(None, image_format)
846+
self.projs = projs # Initialize self.projs
845847

846848
# dom_id is mostly for backward compat and testing nowadays
847849
self._dom_id = 0

0 commit comments

Comments
 (0)