Skip to content

Commit

Permalink
Remove additional method in SimplePath.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 23, 2024
1 parent 07a2a44 commit e4d1dcc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions importlib_metadata/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,3 @@ def read_text(self, encoding=None) -> str: ... # pragma: no cover
def read_bytes(self) -> bytes: ... # pragma: no cover

def exists(self) -> bool: ... # pragma: no cover

def resolve(self) -> bool: ... # pragma: no cover

0 comments on commit e4d1dcc

Please sign in to comment.