Move imports to top for zha (#29555)
* Move imports to top for zha * Move back some imports, add annotation for disabling import-outside-toplevel * Move import config_flow before import api
This commit is contained in:
parent
fb66a6cf81
commit
1ee8057662
8 changed files with 7 additions and 9 deletions
|
@ -11,8 +11,8 @@ import logging
|
|||
import time
|
||||
|
||||
import zigpy.exceptions
|
||||
import zigpy.quirks
|
||||
from zigpy.profiles import zha, zll
|
||||
import zigpy.quirks
|
||||
|
||||
from homeassistant.core import callback
|
||||
from homeassistant.helpers.dispatcher import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue