Skip to content

Commit 991e5d2

Browse files
committed
remove bad-whitespace pylint directive
1 parent 94b0351 commit 991e5d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_esp32spi/adafruit_esp32spi.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
__version__ = "0.0.0-auto.0"
5252
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI.git"
5353

54-
# pylint: disable=bad-whitespace
5554
_SET_NET_CMD = const(0x10)
5655
_SET_PASSPHRASE_CMD = const(0x11)
5756
_SET_AP_NET_CMD = const(0x18)
@@ -140,7 +139,6 @@
140139
ADC_ATTEN_DB_2_5 = const(1)
141140
ADC_ATTEN_DB_6 = const(2)
142141
ADC_ATTEN_DB_11 = const(3)
143-
# pylint: enable=bad-whitespace
144142

145143

146144
class ESP_SPIcontrol: # pylint: disable=too-many-public-methods, too-many-instance-attributes

0 commit comments

Comments
 (0)