We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f42993 commit 7f9dc63Copy full SHA for 7f9dc63
adafruit_display_text/bitmap_label.py
@@ -228,7 +228,8 @@ def _reset_text(
228
0, # zero width with text == ""
229
0, # zero height with text == ""
230
)
231
- # Clear out any items in the self.local_group Group, in case this is an update to the bitmap_label
+ # Clear out any items in the self.local_group Group, in case this is an
232
+ # update to the bitmap_label
233
for _ in self.local_group:
234
self.local_group.pop(0)
235
0 commit comments