Skip to content

Commit

Permalink
pylint ignore too-many-branches
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Nov 15, 2024
1 parent b642f95 commit 682b50c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions i2cdisplaybus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def _send(
data: ReadableBuffer,
command: Optional[int] = None,
):
# pylint: disable=too-many-branches
if data_type == DISPLAY_COMMAND:
n = len(data)
if command is not None:
Expand Down

0 comments on commit 682b50c

Please sign in to comment.