mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 14:31:13 +00:00
Switch to using fast cached_property implementation in propcache (#127339)
This commit is contained in:
@@ -23,7 +23,6 @@ from dataclasses import dataclass
|
||||
import datetime
|
||||
import enum
|
||||
import functools
|
||||
from functools import cached_property
|
||||
import inspect
|
||||
import logging
|
||||
import os
|
||||
@@ -45,6 +44,7 @@ from typing import (
|
||||
)
|
||||
from urllib.parse import urlparse
|
||||
|
||||
from propcache import cached_property
|
||||
from typing_extensions import TypeVar
|
||||
import voluptuous as vol
|
||||
import yarl
|
||||
|
||||
Reference in New Issue
Block a user