mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-19 23:17:27 -07:00
Bug: https://bugs.gentoo.org/717666 Signed-off-by: Oz Tiram <oz.tiram@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
14 lines
400 B
Diff
14 lines
400 B
Diff
diff --git a/src/pythonfinder/models/path.py b/src/pythonfinder/models/path.py
|
|
index a8fb807..a933a91 100644
|
|
--- a/src/pythonfinder/models/path.py
|
|
+++ b/src/pythonfinder/models/path.py
|
|
@@ -19,7 +19,7 @@ from typing import (
|
|
Union,
|
|
)
|
|
|
|
-from cached_property import cached_property
|
|
+from functools import cached_property
|
|
from pydantic import Field, root_validator
|
|
|
|
from ..environment import (
|