typeshed
typeshed copied to clipboard
Fix Protocol inheritance in _zstdfile
In #14129 I made an error in definition of some protocols: inheriting from a class defining a protocol is not enough, they should inherit from Protocol as well.
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
Hello @srittau if you have the time to review this small fix, it would be appreciated!