Skip to content

Commit

Permalink
Don't import from integration .const (#64608)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Jan 21, 2022
1 parent 6bbe385 commit d634a08
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/components/airvisual/conftest.py
Expand Up @@ -4,7 +4,7 @@

import pytest

from homeassistant.components.airvisual.const import (
from homeassistant.components.airvisual import (
CONF_INTEGRATION_TYPE,
DOMAIN,
INTEGRATION_TYPE_GEOGRAPHY_COORDS,
Expand Down
2 changes: 1 addition & 1 deletion tests/components/airvisual/test_config_flow.py
Expand Up @@ -10,7 +10,7 @@
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,
Expand Down
2 changes: 1 addition & 1 deletion tests/components/ambient_station/conftest.py
Expand Up @@ -4,7 +4,7 @@

import pytest

from homeassistant.components.ambient_station.const import CONF_APP_KEY, DOMAIN
from homeassistant.components.ambient_station import CONF_APP_KEY, DOMAIN
from homeassistant.const import CONF_API_KEY
from homeassistant.setup import async_setup_component

Expand Down
2 changes: 1 addition & 1 deletion tests/components/flunearyou/conftest.py
Expand Up @@ -4,7 +4,7 @@

import pytest

from homeassistant.components.flunearyou.const import DOMAIN
from homeassistant.components.flunearyou import DOMAIN
from homeassistant.const import CONF_LATITUDE, CONF_LONGITUDE
from homeassistant.setup import async_setup_component

Expand Down

0 comments on commit d634a08

Please sign in to comment.