lxml / lxml-stubs

Type stubs for the lxml package
Other
43 stars 29 forks source link

Use recursion in the _TagSelector collection hint #88

Closed mjpieters closed 1 year ago

mjpieters commented 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.

scoder commented 1 year ago

Seems to work now, let's spell it that way.