Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 13, 2025
1 parent 8f0c018 commit 6f6ccdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mne/annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,8 +757,10 @@ def rename(self, mapping, verbose=None):
self.description = np.array([str(mapping.get(d, d)) for d in self.description])
return self


# TODO: Add support for HED annotations for use in epoching.


class EpochAnnotationsMixin:
"""Mixin class for Annotations in Epochs."""

Expand Down

0 comments on commit 6f6ccdc

Please sign in to comment.