Skip to content

Commit

Permalink
Import TypedDict from typing (home-assistant#117161)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored May 10, 2024
1 parent 22b8365 commit 9f32164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/unifiprotect/migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

from itertools import chain
import logging
from typing import TypedDict

from pyunifiprotect import ProtectApiClient
from pyunifiprotect.data import Bootstrap
from typing_extensions import TypedDict

from homeassistant.components.automation import automations_with_entity
from homeassistant.components.script import scripts_with_entity
Expand Down

0 comments on commit 9f32164

Please sign in to comment.