typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

Fix Protocol inheritance in _zstdfile

Open Rogdham opened this issue 8 months ago • 1 comments

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.

Rogdham avatar Jun 07 '25 14:06 Rogdham

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Jun 07 '25 15:06 github-actions[bot]

Hello @srittau if you have the time to review this small fix, it would be appreciated!

Rogdham avatar Jul 05 '25 07:07 Rogdham