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

@@ -4,7 +4,7 @@ from unittest.mock import patch
import pytest
from homeassistant.components.airvisual.const import (
from homeassistant.components.airvisual import (
CONF_INTEGRATION_TYPE,
DOMAIN,
INTEGRATION_TYPE_GEOGRAPHY_COORDS,