Skip to content

Commit 5cb44de

Browse files
committed
Added a pylint disable
1 parent e58d775 commit 5cb44de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CircuitPython_Pyloton/pyloton.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ def setup_display(self):
472472

473473

474474

475-
def update_display(self):
475+
def update_display(self): #pylint: disable=too-many-branches
476476
"""
477477
Updates the display to display the most recent values
478478
"""

0 commit comments

Comments
 (0)