You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Historically, we encoded this list by extracting the `__all__`. I went
to update it, but... is there really any value in it? Seems easier to
just treat `typing_extensions` as an alias for `typing`.
Closes#9334.
The bug occurs if
Optional
is imported fromtyping_extensions
instead oftyping
.https://play.ruff.rs/dda2f645-171a-4666-93c6-d686c3f7edfa
The text was updated successfully, but these errors were encountered: