Cleanup root component imports in tests (#78893)

This commit is contained in:
epenet 2022-09-21 18:57:41 +02:00 committed by GitHub
parent cd6697615f
commit 0d696b84b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
65 changed files with 82 additions and 88 deletions

View file

@ -6,7 +6,7 @@ from unittest.mock import patch
from pysensibo.model import SensiboData
import pytest
from homeassistant.components.climate.const import (
from homeassistant.components.climate import (
ATTR_FAN_MODE,
DOMAIN as CLIMATE_DOMAIN,
SERVICE_SET_FAN_MODE,