Skip to content

Commit f257e89

Browse files
authored
Adjust import of ATTR_GPS_ACCURACY in device_tracker tests (home-assistant#154531)
1 parent a2e469e commit f257e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/components/device_tracker/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
ATTR_BATTERY,
1010
ATTR_DEV_ID,
1111
ATTR_GPS,
12-
ATTR_GPS_ACCURACY,
1312
ATTR_HOST_NAME,
1413
ATTR_LOCATION_NAME,
1514
ATTR_MAC,
@@ -19,6 +18,7 @@
1918
ScannerEntity,
2019
SourceType,
2120
)
21+
from homeassistant.const import ATTR_GPS_ACCURACY
2222
from homeassistant.core import HomeAssistant, callback
2323
from homeassistant.helpers.typing import ConfigType, GPSType
2424
from homeassistant.loader import bind_hass

0 commit comments

Comments
 (0)