Skip to content

Commit b4d38f3

Browse files
committed
disabled too-many-lines pylint message
1 parent f9c5048 commit b4d38f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_pyportal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PyPortal.git"
8989

9090
# pylint: disable=line-too-long
91+
# pylint: disable=too-many-lines
9192
# you'll need to pass in an io username, width, height, format (bit depth), io key, and then url!
9293
IMAGE_CONVERTER_SERVICE = "https://io.adafruit.com/api/v2/%s/integrations/image-formatter?x-aio-key=%s&width=%d&height=%d&output=BMP%d&url=%s"
9394
# you'll need to pass in an io username and key

0 commit comments

Comments
 (0)