Hi folks, i'm using `mypy` and figured that almost...
# python
g
Hi folks, i'm using
mypy
and figured that almost everywhere where I want to use an
Output[str]
the resources actually returns a
Output[str|None]
is there an idiomatic way of addressing this or .. suppress the type checking there?