Move imports to top for homekit_controller (#29564)
* Move imports to top for homekit_controller * Fix IpPairing mock in two test files
This commit is contained in:
parent
8f5e8c72c6
commit
3b5da9c44a
9 changed files with 32 additions and 27 deletions
|
@ -1,7 +1,7 @@
|
|||
"""Helpers for HomeKit data stored in HA storage."""
|
||||
|
||||
from homeassistant.helpers.storage import Store
|
||||
from homeassistant.core import callback
|
||||
from homeassistant.helpers.storage import Store
|
||||
|
||||
from .const import DOMAIN
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue