Move imports to top for ign_sismologia (#29523)
This commit is contained in:
parent
97cb8a3745
commit
42688a6e4a
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,7 @@ from datetime import timedelta
|
|||
import logging
|
||||
from typing import Optional
|
||||
|
||||
from georss_ign_sismologia_client import IgnSismologiaFeedManager
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components.geo_location import PLATFORM_SCHEMA, GeolocationEvent
|
||||
|
@ -87,7 +88,6 @@ class IgnSismologiaFeedEntityManager:
|
|||
minimum_magnitude,
|
||||
):
|
||||
"""Initialize the Feed Entity Manager."""
|
||||
from georss_ign_sismologia_client import IgnSismologiaFeedManager
|
||||
|
||||
self._hass = hass
|
||||
self._feed_manager = IgnSismologiaFeedManager(
|
||||
|
|
Loading…
Add table
Reference in a new issue