fix pylint

This commit is contained in:
Tomasz Duda 2024-05-05 21:19:13 +02:00
parent 4caa2950d3
commit 54368a0678

View File

@ -1,5 +1,5 @@
from .const import BOOTLOADER_ADAFRUIT
from esphome.components.zephyr.const import KEY_BOOTLOADER
from .const import BOOTLOADER_ADAFRUIT
BOARDS_ZEPHYR = {
"adafruit_itsybitsy_nrf52840": {KEY_BOOTLOADER: BOOTLOADER_ADAFRUIT},