Fixed linting by disabling lambda check
This commit is contained in:
parent
76f6a573d3
commit
4204ce8ee7
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ Implementation Notes
|
|||
* Adafruit's Bus Device library: https:# github.com/adafruit/Adafruit_CircuitPython_BusDevice
|
||||
"""
|
||||
|
||||
# pylint: disable=too-many-lines
|
||||
# pylint: disable=too-many-lines,unnecessary-lambda-assignment
|
||||
# imports
|
||||
|
||||
__version__ = "0.0.0+auto.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue