Skip to content

Commit e669467

Browse files
attempt to ignore complexity issues on timecourse plot
1 parent 79beab9 commit e669467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rsatoolbox/vis/timecourse.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
33
See demo_meg_mne for an example.
44
"""
5+
# pylint: disable=too-many-statements,unused-argument
56
from __future__ import annotations
67
from typing import TYPE_CHECKING, Tuple, List, Optional
78
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)