We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57cb135 commit cfc94dcCopy full SHA for cfc94dc
plot/waterfall.py
@@ -7,6 +7,8 @@ class Waterfall():
7
"""
8
Class for generating waterfall plots.
9
10
+ # pylint: disable=too-many-instance-attributes
11
+ # All the attributes are needed.
12
13
# pylint: disable=R0913
14
# All these attributes are needed.
0 commit comments