mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Import TypedDict from typing (#117161)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user