mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 11:29:46 +00:00
Remove sensor from _IGNORE_ROOT_IMPORT in pylint plugin (#154602)
This commit is contained in:
@@ -5,7 +5,9 @@ from typing import Any
|
||||
import pytest
|
||||
|
||||
from homeassistant.components.sensor import SensorDeviceClass
|
||||
from homeassistant.components.sensor.helpers import async_parse_date_datetime
|
||||
from homeassistant.components.sensor.helpers import ( # pylint: disable=hass-component-root-import
|
||||
async_parse_date_datetime,
|
||||
)
|
||||
from homeassistant.const import (
|
||||
CONF_DEVICE_CLASS,
|
||||
CONF_ICON,
|
||||
|
||||
Reference in New Issue
Block a user