Skip to content

Commit cfa0a4a

Browse files
committed
ascent descent for bitmap_label
1 parent 047060f commit cfa0a4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_display_text/bitmap_label.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ def _get_ascent_descent(self):
325325
def _get_ascent(self):
326326
return self._get_ascent_descent()[0]
327327

328-
329328
@staticmethod
330329
def _line_spacing_ypixels(font, line_spacing):
331330
# Note: Scaling is provided at the Group level

0 commit comments

Comments
 (0)