Skip to content

Commit 7f9dc63

Browse files
committed
Fix long comment line for pylint
1 parent 1f42993 commit 7f9dc63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_display_text/bitmap_label.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ def _reset_text(
228228
0, # zero width with text == ""
229229
0, # zero height with text == ""
230230
)
231-
# Clear out any items in the self.local_group Group, in case this is an update to the bitmap_label
231+
# Clear out any items in the self.local_group Group, in case this is an
232+
# update to the bitmap_label
232233
for _ in self.local_group:
233234
self.local_group.pop(0)
234235

0 commit comments

Comments
 (0)