Skip to content

Commit d285873

Browse files
authored
Import cached_property from functools instead of backports (pnbruckner#73)
1 parent c894fd5 commit d285873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/composite/config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from __future__ import annotations
33

44
from abc import abstractmethod
5+
from functools import cached_property
56
import logging
67
from pathlib import Path
78
import shutil
@@ -10,7 +11,6 @@
1011
import filetype
1112
import voluptuous as vol
1213

13-
from homeassistant.backports.functools import cached_property
1414
from homeassistant.components.binary_sensor import DOMAIN as BS_DOMAIN
1515
from homeassistant.components.device_tracker import DOMAIN as DT_DOMAIN
1616
from homeassistant.components.file_upload import process_uploaded_file

0 commit comments

Comments
 (0)