Switch to using fast cached_property implementation in propcache (#127339)

This commit is contained in:
J. Nick Koston
2024-10-03 13:11:02 -05:00
committed by GitHub
parent 58f786f6d0
commit 0f29fd3e10
81 changed files with 116 additions and 82 deletions
@@ -4,10 +4,11 @@ from __future__ import annotations
from datetime import timedelta
from enum import StrEnum
from functools import cached_property, partial
from functools import partial
import logging
from typing import Literal, final
from propcache import cached_property
import voluptuous as vol
from homeassistant.config_entries import ConfigEntry