Skip to content

Commit 3388faf

Browse files
authored
Merge pull request #8 from tekktrik/dev/fix-pylint-error
Fix pylint error
2 parents 3fd9b5c + b5c7ea7 commit 3388faf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_dash_display.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ def last_val(self, value):
114114
class Hub: # pylint: disable=too-many-instance-attributes
115115
"""Object that lets you make an IOT dashboard"""
116116

117+
# pylint: disable=invalid-name
117118
def __init__(self, display, io, nav):
118119
self.display = display
119120

0 commit comments

Comments
 (0)