mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Drop Python 3.12 support (#135589)
This commit is contained in:
@@ -7,9 +7,7 @@ from collections.abc import Callable, Iterable
|
||||
from datetime import timedelta
|
||||
import logging
|
||||
from types import ModuleType
|
||||
from typing import Any, Generic
|
||||
|
||||
from typing_extensions import TypeVar
|
||||
from typing import Any, Generic, TypeVar
|
||||
|
||||
from homeassistant import config as conf_util
|
||||
from homeassistant.config_entries import ConfigEntry
|
||||
|
||||
Reference in New Issue
Block a user