Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consider single element subscript expr for implicit optional (#5717)
## Summary Consider single element subscript expr for implicit optional. On `main`, the cases where there is only a single element in the subscript list was giving false positives such as for the following: ```python typing.Union[None] typing.Literal[None] ``` ## Test Plan `cargo test` --------- Co-authored-by: Charlie Marsh <[email protected]>
- Loading branch information