Skip to content

Commit 3c43580

Browse files
authored
Merge pull request #22 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents f75757b + 779b06c commit 3c43580

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_miniesptool.py

-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
ESP8266_DATAREGVALUE = 0x00062000
6464

6565
# Commands supported by ESP8266 ROM bootloader
66-
# pylint: disable=bad-whitespace
6766
ESP_FLASH_BEGIN = 0x02
6867
ESP_FLASH_DATA = 0x03
6968
ESP_FLASH_END = 0x04
@@ -81,7 +80,6 @@
8180

8281
ESP8266 = 0x8266
8382
ESP32 = 0x32
84-
# pylint: enable=bad-whitespace
8583

8684
FLASH_SIZES = {
8785
"512KB": 0x00,

0 commit comments

Comments
 (0)