Move imports to top for traccar (#29116)
This commit is contained in:
parent
5eaafcfd7f
commit
33c6ee80ad
3 changed files with 42 additions and 42 deletions
|
@ -1,7 +1,7 @@
|
|||
"""Config flow for Traccar."""
|
||||
from homeassistant.helpers import config_entry_flow
|
||||
from .const import DOMAIN
|
||||
|
||||
from .const import DOMAIN
|
||||
|
||||
config_entry_flow.register_webhook_flow(
|
||||
DOMAIN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue