mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	small fix
This commit is contained in:
		| @@ -1,15 +1,11 @@ | |||||||
| import os | import os | ||||||
| from typing import Union | from typing import Union | ||||||
|  |  | ||||||
| import esphome.codegen as cg | import esphome.codegen as cg | ||||||
|  | from esphome.const import CONF_BOARD, KEY_NAME | ||||||
| from esphome.core import CORE | from esphome.core import CORE | ||||||
| from esphome.helpers import ( | from esphome.helpers import copy_file_if_changed, write_file_if_changed | ||||||
|     write_file_if_changed, |  | ||||||
|     copy_file_if_changed, |  | ||||||
| ) |  | ||||||
| from esphome.const import ( |  | ||||||
|     CONF_BOARD, |  | ||||||
|     KEY_NAME, |  | ||||||
| ) |  | ||||||
| from .const import ( | from .const import ( | ||||||
|     BOOTLOADER_MCUBOOT, |     BOOTLOADER_MCUBOOT, | ||||||
|     KEY_BOOTLOADER, |     KEY_BOOTLOADER, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user