Skip to content

Commit aff4185

Browse files
author
caternuson
committed
change and move pylint disable
1 parent 5d25dc3 commit aff4185

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_ht16k33/segments.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,10 @@ def ampm(self, value):
278278
if self._auto_write:
279279
self.show()
280280

281-
#pylint: disable=W0212
282281
class Colon():
283282
"""Helper class for controlling the colons. Not intended for direct use."""
283+
#pylint: disable=protected-access
284+
284285
MASKS = (0x02, 0x0C)
285286

286287
def __init__(self, disp, num_of_colons=1):

0 commit comments

Comments
 (0)