mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
Remove unused imports
This commit is contained in:
parent
12a94bcd72
commit
cd1991a880
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ from esphome.const import (
|
||||||
DEVICE_CLASS_VOLTAGE,
|
DEVICE_CLASS_VOLTAGE,
|
||||||
STATE_CLASS_MEASUREMENT,
|
STATE_CLASS_MEASUREMENT,
|
||||||
UNIT_VOLT,
|
UNIT_VOLT,
|
||||||
CONF_ID,
|
|
||||||
)
|
)
|
||||||
from .. import mcp3428_ns, MCP3428Component, CONF_MCP3428_ID
|
from .. import mcp3428_ns, MCP3428Component, CONF_MCP3428_ID
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue