Skip to content

Commit 51b89b0

Browse files
committed
👹 Feed the hobgoblins (delint).
1 parent fb364de commit 51b89b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

importlib_metadata/_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __iter__(self) -> Iterator[str]:
2121
# overload per python/importlib_metadata#435
2222
@overload
2323
def get_all(self, name: str, failobj: None = None) -> Optional[List[Any]]:
24-
...
24+
... # pragma: no cover
2525

2626
@overload
2727
def get_all(self, name: str, failobj: _T) -> Union[List[Any], _T]:

0 commit comments

Comments
 (0)