Skip to content

Commit 25a1bc7

Browse files
committed
moved comment four blanks to the left to keep black happy
1 parent 96c5246 commit 25a1bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_display_shapes/sparkline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def __init__(
100100
self._x = x
101101
self._y = y
102102
self._redraw = True # _redraw: redraw primitives
103-
self._last = [] # _last: last point of sparkline
103+
self._last = [] # _last: last point of sparkline
104104

105105
super().__init__(x=x, y=y) # self is a group of lines
106106

0 commit comments

Comments
 (0)