summaryrefslogtreecommitdiff
path: root/dev-python/pythonfinder/files/2.0.5-fix-import-cached-property.patch
blob: ce1af3244fbd6a373569bc0a3bf4c8b1d7588378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 (