Skip to content

Commit 0defe7d

Browse files
author
Margaret Matocha
committed
trial to overcome too many instance variables issue from pylint
1 parent 69cc1bf commit 0defe7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adafruit_display_text/label.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ class Label(displayio.Group):
5050
:param int color: Color of all text in RGB hex
5151
:param double line_spacing: Line spacing of text to display"""
5252

53+
# pylint: disable=too-many-instance-attributes
54+
# This has several getters and setters, maybe needs to be cleaned up.
55+
5356
def __init__(
5457
self,
5558
font,

0 commit comments

Comments
 (0)