Skip to content

Commit 4152137

Browse files
authored
Merge pull request #21 from adafruit/disable-lambda-check
Fixed linting by disabling lambda check
2 parents 76f6a57 + 4204ce8 commit 4152137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ov2640.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* Adafruit's Bus Device library: https:# github.com/adafruit/Adafruit_CircuitPython_BusDevice
2727
"""
2828

29-
# pylint: disable=too-many-lines
29+
# pylint: disable=too-many-lines,unnecessary-lambda-assignment
3030
# imports
3131

3232
__version__ = "0.0.0+auto.0"

0 commit comments

Comments
 (0)