Move imports to top for traccar (#29116)

This commit is contained in:
springstan 2019-11-27 01:07:12 +01:00 committed by Paulus Schoutsen
parent 5eaafcfd7f
commit 33c6ee80ad
3 changed files with 42 additions and 42 deletions

View file

@ -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,