mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Sort imports according to PEP8 for device_tracker (#29666)
This commit is contained in:
committed by
Franck Nijhof
parent
27bd6ca1db
commit
01d651c67d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user