mirror of
https://github.com/esphome/esphome.git
synced 2025-09-18 03:02:20 +01:00
fix: remove redundant comma in import statement in DynamicLampComponent
This commit is contained in:
@@ -2,7 +2,7 @@ import esphome.codegen as cg
|
||||
from esphome.components import i2c, output
|
||||
from esphome.components.time import RealTimeClock
|
||||
import esphome.config_validation as cv
|
||||
from esphome.const import CONF_ID,
|
||||
from esphome.const import CONF_ID
|
||||
|
||||
DEPENDENCIES = ["i2c", "fram", "output", "time"]
|
||||
CODEOWNERS = ["@p1ngb4ck"]
|
||||
|
Reference in New Issue
Block a user