mirror of
https://github.com/esphome/esphome.git
synced 2024-12-26 15:34:53 +01:00
small fix
This commit is contained in:
parent
b1a46a9fb2
commit
b9e678df48
1 changed files with 4 additions and 8 deletions
|
@ -1,15 +1,11 @@
|
|||
import os
|
||||
from typing import Union
|
||||
|
||||
import esphome.codegen as cg
|
||||
from esphome.const import CONF_BOARD, KEY_NAME
|
||||
from esphome.core import CORE
|
||||
from esphome.helpers import (
|
||||
write_file_if_changed,
|
||||
copy_file_if_changed,
|
||||
)
|
||||
from esphome.const import (
|
||||
CONF_BOARD,
|
||||
KEY_NAME,
|
||||
)
|
||||
from esphome.helpers import copy_file_if_changed, write_file_if_changed
|
||||
|
||||
from .const import (
|
||||
BOOTLOADER_MCUBOOT,
|
||||
KEY_BOOTLOADER,
|
||||
|
|
Loading…
Reference in a new issue