Sorry if this has been asked before, is it on the ...
# dagster-feedback
e
Sorry if this has been asked before, is it on the roadmap to support the typing module rather than having to use dagster internal types? especial in 3.9 its real nice to just do
list[int]
rather than having to import from a typing module
s
Hey Erik - did you try that out an hit an error? Do you remember what error?
e
I did, let me see if I can reproduce