Blast typing.Union since we now support py3.10+
typing.Union
is the py3.8-compatible equivalent of |
in type hints. We should uniform our annotations to only use |
.
typing.Union
is the py3.8-compatible equivalent of |
in type hints. We should uniform our annotations to only use |
.