Skip to content

Commit

Permalink
Update deprecated import of type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudd-O committed Aug 23, 2024
1 parent f7621fe commit e3b048b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/meteoswiss/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Lifecycle of Swiss Meteo."""

import datetime
import logging
import pprint
Expand All @@ -11,9 +12,9 @@
from homeassistant.config_entries import SOURCE_IMPORT, ConfigEntry
from homeassistant.const import Platform
from homeassistant.core import Config, HomeAssistant
from homeassistant.core import HomeAssistant as HomeAssistantType
from homeassistant.helpers import issue_registry as ir
from homeassistant.helpers.issue_registry import IssueSeverity
from homeassistant.helpers.typing import HomeAssistantType
from homeassistant.helpers.update_coordinator import (
DataUpdateCoordinator,
UpdateFailed,
Expand Down

0 comments on commit e3b048b

Please sign in to comment.