Skip to content

Commit 7877f37

Browse files
committed
merge main. allow return statements
1 parent 774d97c commit 7877f37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_ht16k33/segments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ def _push(self, char: str):
340340

341341
def _put(self, char: str, index: int = 0):
342342
"""Put a character at the specified place."""
343+
# pylint: disable=too-many-return-statements
343344
if not 0 <= index <= 3:
344345
return
345346
char = char.lower()

0 commit comments

Comments
 (0)