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

Use the type alias for type[tuple[...]] when mypy supports it #31

Closed
tmke8 opened this issue Apr 15, 2023 · 0 comments · Fixed by #39
Closed

Use the type alias for type[tuple[...]] when mypy supports it #31

tmke8 opened this issue Apr 15, 2023 · 0 comments · Fixed by #39
Labels
enhancement New feature or request

Comments

@tmke8
Copy link
Owner

tmke8 commented Apr 15, 2023

Right now, mypy can't handle

Ts = TypeVarTuple("Ts")

Field: TypeAlias = Type[Tuple[Unpack[Ts]]]
@tmke8 tmke8 added the enhancement New feature or request label Apr 16, 2023
@tmke8 tmke8 linked a pull request Oct 8, 2023 that will close this issue
@tmke8 tmke8 closed this as completed Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant