Move imports to top for geo_json_events (#29486)

pull/29495/head
springstan 2019-12-05 06:16:25 +01:00 committed by Paulus Schoutsen
parent bbe57d6673
commit f5550509d4
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@ from datetime import timedelta
import logging
from typing import Optional
from geojson_client.generic_feed import GenericFeedManager
import voluptuous as vol
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
):
"""Initialize the GeoJSON Feed Manager."""
from geojson_client.generic_feed import GenericFeedManager
self._hass = hass
self._feed_manager = GenericFeedManager(