We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79beab9 commit e669467Copy full SHA for e669467
src/rsatoolbox/vis/timecourse.py
@@ -2,6 +2,7 @@
2
3
See demo_meg_mne for an example.
4
"""
5
+# pylint: disable=too-many-statements,unused-argument
6
from __future__ import annotations
7
from typing import TYPE_CHECKING, Tuple, List, Optional
8
import matplotlib.pyplot as plt
0 commit comments