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
Recommend use of unquoted annotations in coding style guide
Revise coding-style advice to prefer unquoted annotations which are
enabled by `from __future__ import annotations`
Ref: https://peps.python.org/pep-0563/
Related to #1999
0 commit comments