pylint allow
This commit is contained in:
parent
755d5c6197
commit
a9f20eabe1
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ import adafruit_pioasm
|
||||||
# read: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
|
# read: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
|
||||||
|
|
||||||
|
|
||||||
def i2s_codec(
|
def i2s_codec( # pylint: disable=too-many-arguments
|
||||||
channels=2,
|
channels=2,
|
||||||
sample_rate=48000,
|
sample_rate=48000,
|
||||||
bits=16,
|
bits=16,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue