1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-17 23:35:47 +00:00

[code-quality] Organise esp32 imports (#7154)

This commit is contained in:
Jesse Hills
2024-07-29 20:25:53 +12:00
committed by GitHub
parent 24515546fd
commit 5b6b7c0d15
10 changed files with 29 additions and 45 deletions

View File

@@ -1,8 +1,7 @@
import logging
from esphome.const import CONF_INPUT, CONF_MODE, CONF_NUMBER
import esphome.config_validation as cv
from esphome.const import CONF_INPUT, CONF_MODE, CONF_NUMBER
_ESP32H2_SPI_FLASH_PINS = {6, 7, 15, 16, 17, 18, 19, 20, 21}