Skip to content

Commit

Permalink
Add comment to link rationale for existence.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 18, 2023
1 parent 56aad0f commit fb364de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions importlib_metadata/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def __getitem__(self, key: str) -> str:
def __iter__(self) -> Iterator[str]:
... # pragma: no cover

# overload per python/importlib_metadata#435
@overload
def get_all(self, name: str, failobj: None = None) -> Optional[List[Any]]:
...
Expand Down

0 comments on commit fb364de

Please sign in to comment.