Skip to content

Commit 115a836

Browse files
fix(tests/lib/path): Remove duplicate resolve method (#7837)
1 parent dfd6a16 commit 115a836

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/lib/path.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,6 @@ def suffix(self):
107107
"""
108108
return Path(os.path.splitext(self)[1])
109109

110-
def resolve(self):
111-
"""
112-
'./a/bc.d' -> '/home/a/bc.d'
113-
"""
114-
return Path(os.path.abspath(self))
115-
116110
def resolve(self):
117111
"""
118112
Resolves symbolic links.

0 commit comments

Comments
 (0)