1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Don't import from integration .const (#64608)

This commit is contained in:
Aaron Bach
2022-01-21 00:25:08 -07:00
committed by GitHub
parent 6bbe38578c
commit d634a08361
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ from pyairvisual.errors import (
import pytest
from homeassistant import data_entry_flow
from homeassistant.components.airvisual.const import (
from homeassistant.components.airvisual import (
CONF_CITY,
CONF_COUNTRY,
CONF_GEOGRAPHIES,