Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[
pyupgrade
] Document more fix unsafety for UP007 (#9306)
``` from typing import Optional x = "asdf" def foo(a: Optional[x]): pass ```
- Loading branch information