Sort imports according to PEP8 for device_tracker (#29666)
This commit is contained in:
parent
27bd6ca1db
commit
01d651c67d
7 changed files with 34 additions and 33 deletions
|
@ -4,15 +4,15 @@ All containing methods are legacy helpers that should not be used by new
|
|||
components. Instead call the service directly.
|
||||
"""
|
||||
from homeassistant.components.device_tracker import (
|
||||
DOMAIN,
|
||||
ATTR_ATTRIBUTES,
|
||||
ATTR_BATTERY,
|
||||
ATTR_DEV_ID,
|
||||
ATTR_GPS,
|
||||
ATTR_GPS_ACCURACY,
|
||||
ATTR_HOST_NAME,
|
||||
ATTR_LOCATION_NAME,
|
||||
ATTR_MAC,
|
||||
ATTR_DEV_ID,
|
||||
ATTR_HOST_NAME,
|
||||
DOMAIN,
|
||||
SERVICE_SEE,
|
||||
)
|
||||
from homeassistant.core import callback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue