Skip to content

Commit d473a6e

Browse files
committed
last pylint fix; because there is always one more...
1 parent 443bd8d commit d473a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_trellis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def __setitem__(self, x, value):
101101

102102
if self._parent._auto_show:
103103
self._parent.show()
104-
104+
# pylint: disable=invalid-name
105105
def fill(self, on):
106106
fill = 0xff if on else 0x00
107107
for buff in range(len(self._parent._i2c_devices)):

0 commit comments

Comments
 (0)