Import TypedDict from typing (#117161)

pull/117195/head
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
1 changed files with 1 additions and 1 deletions

View File

@ -4,10 +4,10 @@ from __future__ import annotations
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