mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Adjust to recommended propcache.api import paths (#136150)
This commit is contained in:
@@ -41,7 +41,7 @@ from typing import (
|
||||
overload,
|
||||
)
|
||||
|
||||
from propcache import cached_property, under_cached_property
|
||||
from propcache.api import cached_property, under_cached_property
|
||||
import voluptuous as vol
|
||||
|
||||
from . import util
|
||||
|
Reference in New Issue
Block a user