Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allowed bare
typing.Final
in an annotation expression (#1915)
The current grammar only allows `typing.Final[...]`, but not `typing.Final`.
- Loading branch information