typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

Incorrect return type for PyInstaller's collect_entry_point

Open davetapley opened this issue 1 year ago • 1 comments

Introduced in https://github.com/python/typeshed/pull/9640

https://github.com/python/typeshed/blob/d326c9bd424ad60c2b63c2ca1c5c1006c61c3562/stubs/pyinstaller/PyInstaller/utils/hooks/init.pyi#L64

Actual return type is:

tuple[list[tuple[str, str]], list[str]]

Look correct @Avasam ?

Happy to make PR.

davetapley avatar Sep 12 '24 23:09 davetapley

@davetapley Looks correct to me! A PR would be welcome :)

Avasam avatar Sep 16 '24 18:09 Avasam