Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Generator TypeVar defaults (#18384)
`collections.abc.Generator` doesn't check the number of TypeVars (in contrast to `typing.Generator`). So it's possible to use `Generator[None]` even for Python 3.9.
- Loading branch information