Skip to content

Commit cfc94dc

Browse files
committed
pylint
1 parent 57cb135 commit cfc94dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plot/waterfall.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ class Waterfall():
77
"""
88
Class for generating waterfall plots.
99
"""
10+
# pylint: disable=too-many-instance-attributes
11+
# All the attributes are needed.
1012

1113
# pylint: disable=R0913
1214
# All these attributes are needed.

0 commit comments

Comments
 (0)