Skip to content

Commit 7119196

Browse files
committed
pylint
1 parent 486c77e commit 7119196

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_esp32spi/adafruit_esp32spi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
import struct
3030
import time
3131
from micropython import const
32-
from digitalio import Direction
3332
from adafruit_bus_device.spi_device import SPIDevice
33+
from digitalio import Direction
3434

3535
__version__ = "0.0.0-auto.0"
3636
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI.git"
@@ -128,6 +128,7 @@
128128
ADC_ATTEN_DB_6 = const(2)
129129
ADC_ATTEN_DB_11 = const(3)
130130

131+
# pylint: disable=too-many-lines
131132

132133
class ESP_SPIcontrol: # pylint: disable=too-many-public-methods, too-many-instance-attributes
133134
"""A class that will talk to an ESP32 module programmed with special firmware

0 commit comments

Comments
 (0)