Fix pylint plugin which checks relative imports (#62693)

This commit is contained in:
Ruslan Sayfutdinov
2021-12-23 19:14:47 +00:00
committed by GitHub
parent 00307e1ade
commit 55f4962c06
44 changed files with 209 additions and 237 deletions

View File

@ -31,7 +31,8 @@ from homeassistant.const import (
VOLUME_LITERS,
WIND_SPEED,
)
from homeassistant.util import (
from . import (
distance as distance_util,
pressure as pressure_util,
speed as speed_util,