mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 06:28:31 +00:00
Move remaining of ZHA imports to top level. (#28071)
* Move ZHA import to top level. * ZHA tests: move imports to top level.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
"""Tests for ZHA config flow."""
|
||||
from asynctest import patch
|
||||
|
||||
from homeassistant.components.zha import config_flow
|
||||
from homeassistant.components.zha.core.const import DOMAIN
|
||||
|
||||
from tests.common import MockConfigEntry
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user