1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00

Remove previously deprecated cached_property (#146478)

Co-authored-by: Robert Resch <robert@resch.dev>
This commit is contained in:
G Johansson
2025-06-11 18:22:11 +02:00
committed by GitHub
parent 613e2fd4b3
commit bdb6124aa3
3 changed files with 0 additions and 73 deletions
-6
View File
@@ -25,12 +25,6 @@ _OBSOLETE_IMPORT: dict[str, list[ObsoleteImportMatch]] = {
constant=re.compile(r"^cached_property$"),
),
],
"homeassistant.backports.functools": [
ObsoleteImportMatch(
reason="replaced by propcache.api.cached_property",
constant=re.compile(r"^cached_property$"),
),
],
"homeassistant.components.light": [
ObsoleteImportMatch(
reason="replaced by ColorMode enum",