1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00

python lint for platform components (#7864)

This commit is contained in:
tomaszduda23
2024-11-26 21:56:43 +01:00
committed by GitHub
parent 3a8b41daa3
commit a3ef2ed7fd
5 changed files with 15 additions and 19 deletions

View File

@@ -15,7 +15,7 @@ from esphome.components.libretiny.const import (
)
from esphome.core import CORE
from .boards import BK72XX_BOARDS, BK72XX_BOARD_PINS
from .boards import BK72XX_BOARD_PINS, BK72XX_BOARDS
CODEOWNERS = ["@kuba2k2"]
AUTO_LOAD = ["libretiny"]