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

@@ -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