mirror of
https://github.com/esphome/esphome.git
synced 2024-11-18 11:06:11 +01:00
fix pylint
This commit is contained in:
parent
4caa2950d3
commit
54368a0678
@ -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},
|
||||||
|
Loading…
Reference in New Issue
Block a user