Remove unused imports

This commit is contained in:
Michael Doppler 2024-07-07 14:23:08 +02:00
parent 12a94bcd72
commit cd1991a880

View file

@ -8,7 +8,6 @@ from esphome.const import (
DEVICE_CLASS_VOLTAGE,
STATE_CLASS_MEASUREMENT,
UNIT_VOLT,
CONF_ID,
)
from .. import mcp3428_ns, MCP3428Component, CONF_MCP3428_ID