Skip to content

Commit 66baf66

Browse files
committed
attempting black
1 parent afbb2c2 commit 66baf66

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
@@ -123,7 +123,7 @@ def _xintercept(
123123
horizontal_y - b
124124
) / slope # calculate the x-intercept at position y=horizontalY
125125
return int(xint)
126-
126+
127127
def _plotline(self, x_1, last_value, x_2, value, y_bottom, y_top):
128128

129129
y_2 = int(self.height * (y_top - value) / (y_top - y_bottom))

0 commit comments

Comments
 (0)