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

Fix tuple expression in type annotation #98

Closed
wants to merge 1 commit into from

Commits on May 15, 2024

  1. Fix tuple expression in type annotation

    Fix error thrown byu VSCode: 
    
    "Tuple expression not allowed in type annotation
    Use tuple[T1, ..., Tn] to indicate a tuple type or Union[T1, T2] to indicate a union type"
    LunaPrau authored May 15, 2024
    Configuration menu
    Copy the full SHA
    22c84cd View commit details
    Browse the repository at this point in the history