Closed analog-cbarber closed 1 year ago
dict/list/set annotations are allowed with import __future__ annotations so we should just go ahead and use those instead of the names from the typing module.
import __future__ annotations
dict/list/set annotations are allowed with
import __future__ annotations
so we should just go ahead and use those instead of the names from the typing module.