typeshed
typeshed copied to clipboard
[html5lib] Minimal pyright fix for HTMLParser.__init__
Recent removal of Incomplete (python/typeshed#14029) in HTMLParser.__init__() breaks pyright strict mode, so fill in minimal necessary argument type info as remedy.
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉