mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
fix pylint
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
from .const import BOOTLOADER_ADAFRUIT
|
|
||||||
from esphome.components.zephyr.const import KEY_BOOTLOADER
|
from esphome.components.zephyr.const import KEY_BOOTLOADER
|
||||||
|
from .const import BOOTLOADER_ADAFRUIT
|
||||||
|
|
||||||
BOARDS_ZEPHYR = {
|
BOARDS_ZEPHYR = {
|
||||||
"adafruit_itsybitsy_nrf52840": {KEY_BOOTLOADER: BOOTLOADER_ADAFRUIT},
|
"adafruit_itsybitsy_nrf52840": {KEY_BOOTLOADER: BOOTLOADER_ADAFRUIT},
|
||||||
|
Reference in New Issue
Block a user