Adjust to recommended propcache.api import paths (#136150)

This commit is contained in:
Ville Skyttä
2025-01-21 08:58:22 -01:00
committed by GitHub
parent 57b17472d7
commit 40eb8b91cc
83 changed files with 93 additions and 87 deletions

View File

@@ -25,7 +25,7 @@ from types import MappingProxyType
from typing import TYPE_CHECKING, Any, Self, cast
from async_interrupt import interrupt
from propcache import cached_property
from propcache.api import cached_property
import voluptuous as vol
from . import data_entry_flow, loader