1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-26 07:02:21 +01:00

fix: remove unnecessary noqa comment from dynamic_lamp component

This commit is contained in:
Oliver Kleinecke
2025-02-14 20:01:31 +01:00
parent cf955812dd
commit a48f4d7f78

View File

@@ -1,4 +1,4 @@
import esphome.codegen as cg # noqa: I001
import esphome.codegen as cg
from esphome.components import output
import esphome.config_validation as cv
from esphome.const import CONF_ID