Skip to content

Commit e4d1dcc

Browse files
committed
Remove additional method in SimplePath.
1 parent 07a2a44 commit e4d1dcc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

importlib_metadata/_meta.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,3 @@ def read_text(self, encoding=None) -> str: ... # pragma: no cover
6565
def read_bytes(self) -> bytes: ... # pragma: no cover
6666

6767
def exists(self) -> bool: ... # pragma: no cover
68-
69-
def resolve(self) -> bool: ... # pragma: no cover

0 commit comments

Comments
 (0)