Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify "Using types...but not at runtime" docs (#15029)
The section "Using classes that are generic in stubs but not at runtime" on the runtime_troubles.html page is very helpful, but naive readers who follow its instructions will almost inevitably create a runtime `NameError`. This PR updates the example to include an `annotations` import that will avert such a `NameError`.
- Loading branch information