Fixed linting by disabling lambda check

This commit is contained in:
evaherrada 2022-11-09 14:45:25 -05:00
parent 76f6a573d3
commit 4204ce8ee7
No known key found for this signature in database
GPG key ID: 35250D1CCA2FB384

View file

@ -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"