Sort imports according to PEP8 for gpslogger (#29717)
This commit is contained in:
parent
c5316dbc39
commit
ebb2722d03
3 changed files with 15 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
"""Config flow for GPSLogger."""
|
||||
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