Skip to content

Commit 82c96b3

Browse files
[autofix.ci] apply automated fixes
1 parent 6f698ff commit 82c96b3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

mne/_fiff/_mmap_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Authors: The MNE-Python contributors.
1010
# License: BSD-3-Clause
11-
# Copyright the MNE-Python contributors
11+
# Copyright the MNE-Python contributors.
1212

1313
import os
1414

mne/io/edf/_bdf_numba.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Authors: The MNE-Python contributors.
88
# License: BSD-3-Clause
9-
# Copyright the MNE-Python contributors
9+
# Copyright the MNE-Python contributors.
1010

1111
import numpy as np
1212

mne/io/edf/_edf_numba.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Authors: The MNE-Python contributors.
88
# License: BSD-3-Clause
9-
# Copyright the MNE-Python contributors
9+
# Copyright the MNE-Python contributors.
1010

1111
from ..._numba import jit
1212

mne/io/edf/_open.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Authors: The MNE-Python contributors.
22
# License: BSD-3-Clause
3-
# Copyright the MNE-Python contributors
3+
# Copyright the MNE-Python contributors.
44

55
import os
66
from pathlib import Path

0 commit comments

Comments
 (0)