mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Import TypedDict from typing (#117161)
This commit is contained in:
parent
22b83657f9
commit
9f321642b2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user