Skip to content

Commit a9f20ea

Browse files
committed
pylint allow
1 parent 755d5c6 commit a9f20ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pioasm_i2s_codec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
# read: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
8787

8888

89-
def i2s_codec(
89+
def i2s_codec( # pylint: disable=too-many-arguments
9090
channels=2,
9191
sample_rate=48000,
9292
bits=16,

0 commit comments

Comments
 (0)