Skip to content

Commit 6f6ccdc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8f0c018 commit 6f6ccdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mne/annotations.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,8 +757,10 @@ def rename(self, mapping, verbose=None):
757757
self.description = np.array([str(mapping.get(d, d)) for d in self.description])
758758
return self
759759

760+
760761
# TODO: Add support for HED annotations for use in epoching.
761762

763+
762764
class EpochAnnotationsMixin:
763765
"""Mixin class for Annotations in Epochs."""
764766

0 commit comments

Comments
 (0)