Skip to content

Commit bdb6124

Browse files
Remove previously deprecated cached_property (home-assistant#146478)
Co-authored-by: Robert Resch <[email protected]>
1 parent 613e2fd commit bdb6124

File tree

3 files changed

+0
-73
lines changed

3 files changed

+0
-73
lines changed

homeassistant/backports/functools.py

Lines changed: 0 additions & 31 deletions
This file was deleted.

pylint/plugins/hass_imports.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ class ObsoleteImportMatch:
2525
constant=re.compile(r"^cached_property$"),
2626
),
2727
],
28-
"homeassistant.backports.functools": [
29-
ObsoleteImportMatch(
30-
reason="replaced by propcache.api.cached_property",
31-
constant=re.compile(r"^cached_property$"),
32-
),
33-
],
3428
"homeassistant.components.light": [
3529
ObsoleteImportMatch(
3630
reason="replaced by ColorMode enum",

tests/test_backports.py

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)