Skip to content

Commit 5f35f2b

Browse files
committed
suppress the too-many-lines pylint error
the module length grew above 1k lines
1 parent 2c4c39a commit 5f35f2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# Modified Work Copyright (c) 2019 Bradley Beach, esp32spi_mqtt
77
# Modified Work Copyright (c) 2012-2019 Roger Light and others, Paho MQTT Python
88

9+
# pylint: disable=too-many-lines
10+
911
"""
1012
`adafruit_minimqtt`
1113
================================================================================

0 commit comments

Comments
 (0)