Skip to content

Commit 07793d9

Browse files
committed
Added comment
1 parent c6acddb commit 07793d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_is31fl3731.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ def blink(self, rate=None):
257257
"""Updates the blink register
258258
"""
259259
# pylint: disable=no-else-return
260+
# This needs to be refactored when it can be tested
260261
if rate is None:
261262
return (self._register(_CONFIG_BANK, _BLINK_REGISTER) & 0x07) * 270
262263
elif rate == 0:

0 commit comments

Comments
 (0)