mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-12 02:37:24 +08:00
This is an error I introduced in #10630 because I didn't know protocols need to be explicitly inherited from in other protocol subclasses. The added test shows the change. Basically these protocols were unusable.