mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Import Protocol from typing (#52848)
This commit is contained in:
parent
a1d6e12c45
commit
5d2e5d2612
@ -8,9 +8,8 @@ from datetime import datetime, timedelta
|
||||
import logging
|
||||
from logging import Logger
|
||||
from types import ModuleType
|
||||
from typing import TYPE_CHECKING, Any, Callable
|
||||
from typing import TYPE_CHECKING, Any, Callable, Protocol
|
||||
|
||||
from typing_extensions import Protocol
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant import config_entries
|
||||
|
Loading…
x
Reference in New Issue
Block a user