Skip to content

Commit

Permalink
pylint allow
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Sep 8, 2024
1 parent 755d5c6 commit a9f20ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pioasm_i2s_codec.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
# read: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000


def i2s_codec(
def i2s_codec( # pylint: disable=too-many-arguments
channels=2,
sample_rate=48000,
bits=16,
Expand Down

0 comments on commit a9f20ea

Please sign in to comment.