Closed mjpieters closed 1 year ago
There is no reason to use Any inside Collection here.
Also, use the _TagName alias for the str | bytes | Qname portion of the union.
_TagName
str | bytes | Qname
Seems to work now, let's spell it that way.
There is no reason to use Any inside Collection here.
Also, use the
_TagName
alias for thestr | bytes | Qname
portion of the union.