mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 07:47:08 +00:00
Move imports to top for geo_json_events (#29486)
This commit is contained in:
parent
bbe57d6673
commit
f5550509d4
@ -3,6 +3,7 @@ from datetime import timedelta
|
|||||||
import logging
|
import logging
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
|
from geojson_client.generic_feed import GenericFeedManager
|
||||||
import voluptuous as vol
|
import voluptuous as vol
|
||||||
|
|
||||||
from homeassistant.components.geo_location import PLATFORM_SCHEMA, GeolocationEvent
|
from homeassistant.components.geo_location import PLATFORM_SCHEMA, GeolocationEvent
|
||||||
@ -71,7 +72,6 @@ class GeoJsonFeedEntityManager:
|
|||||||
self, hass, add_entities, scan_interval, coordinates, url, radius_in_km
|
self, hass, add_entities, scan_interval, coordinates, url, radius_in_km
|
||||||
):
|
):
|
||||||
"""Initialize the GeoJSON Feed Manager."""
|
"""Initialize the GeoJSON Feed Manager."""
|
||||||
from geojson_client.generic_feed import GenericFeedManager
|
|
||||||
|
|
||||||
self._hass = hass
|
self._hass = hass
|
||||||
self._feed_manager = GenericFeedManager(
|
self._feed_manager = GenericFeedManager(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user