Skip to content

Commit 38cd21b

Browse files
author
Margaret Matocha
committed
deleted one more dispable=invalid-name
1 parent d7dcab7 commit 38cd21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_display_shapes/sparkline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def _plotline(self, x_1, last_value, x_2, value, y_bottom, y_top):
120120
y_1 = int(self.height * (y_top - last_value) / (y_top - y_bottom))
121121
self.append(Line(x_1, y_1, x_2, y_2, self.color)) # plot the line
122122

123-
# pylint: disable=invalid-name, too-many-branches, too-many-nested-blocks
123+
# pylint: disable= too-many-branches, too-many-nested-blocks
124124

125125
def update(self):
126126
"""Update the drawing of the sparkline

0 commit comments

Comments
 (0)