Closed wookayin closed 2 years ago
Symtable does not expose symbols for annotation when PEP 563 is used (i.e., from __future__ import annotations).
from __future__ import annotations
Created a PR to a wrong repository by mistake, due to a bug of Github client.
Symtable does not expose symbols for annotation when PEP 563 is used (i.e.,
from __future__ import annotations
).