mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Adjust to recommended propcache.api import paths (#136150)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user