Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect return type for PyInstaller's collect_entry_point #12651

Open
davetapley opened this issue Sep 12, 2024 · 1 comment
Open

Incorrect return type for PyInstaller's collect_entry_point #12651

davetapley opened this issue Sep 12, 2024 · 1 comment

Comments

@davetapley
Copy link

Introduced in #9640

def collect_entry_point(name: str) -> tuple[tuple[str, str], list[str]]: ...

Actual return type is:

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

Look correct @Avasam ?

Happy to make PR.

@Avasam
Copy link
Collaborator

Avasam commented Sep 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants