Skip to content

Commit 61357e2

Browse files
committed
fix pylint error long line
1 parent a79db53 commit 61357e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_displayio_layout/widgets/icon_widget.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ def __init__(self, label_text, icon, **kwargs):
7575

7676
def contains(self, touch_point): # overrides, then calls Control.contains(x,y)
7777

78-
"""Checks if the IconWidget was touched. Returns True if the touch_point is within the IconWidget's touch_boundary.
78+
"""Checks if the IconWidget was touched. Returns True if the touch_point is
79+
within the IconWidget's touch_boundary.
7980
8081
:param touch_point: x,y location of the screen, converted to local coordinates.
8182
:type touch_point: Tuple[x,y]

0 commit comments

Comments
 (0)