Skip to content

Commit 37b57f2

Browse files
committed
removed unused self._x and self._y
1 parent fff1de9 commit 37b57f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_display_shapes/sparkline.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ def __init__(
9797
self.y_top = y_max
9898
# y_top: The actual minimum value of the vertical scale, will be
9999
# updated if autorange
100-
self._x = x
101-
self._y = y
102100
self._redraw = True # _redraw: redraw primitives
103101
self._last = [] # _last: last point of sparkline
104102

0 commit comments

Comments
 (0)