Import TypedDict from typing (#117161)

This commit is contained in:
Marc Mueller 2024-05-10 14:18:13 +02:00 committed by GitHub
parent 22b83657f9
commit 9f321642b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,10 +4,10 @@ from __future__ import annotations
from itertools import chain from itertools import chain
import logging import logging
from typing import TypedDict
from pyunifiprotect import ProtectApiClient from pyunifiprotect import ProtectApiClient
from pyunifiprotect.data import Bootstrap from pyunifiprotect.data import Bootstrap
from typing_extensions import TypedDict
from homeassistant.components.automation import automations_with_entity from homeassistant.components.automation import automations_with_entity
from homeassistant.components.script import scripts_with_entity from homeassistant.components.script import scripts_with_entity