TheAlgorithms / Python

All Algorithms implemented in Python

Home Page:https://the-algorithms.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't require doctests for classes extending typing.Protocol

Martmists-GH opened this issue · comments

These classes are purely typing stubs, and should not require doctests.
See also: https://www.python.org/dev/peps/pep-0544/