Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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"
- Loading branch information