microsoft / python-type-stubs

A set of type stubs for popular Python packages. These are works in progress from the Microsoft Python team and others, with the intent that they are contributed to typeshed or to the associated packages once sufficiently complete.
MIT License
249 stars 96 forks source link

Remove obsolete tenacity stubs #272

Closed Avasam closed 1 year ago

Avasam commented 1 year ago

tenacity is marked as py.typed since https://github.com/jd/tenacity/pull/221 / https://pypi.org/project/tenacity/6.2.0/ and since then all type-hints relevant to these stubs have been added or improved upon over multiple versions.