diff --git a/stdlib/_collections_abc.pyi b/stdlib/_collections_abc.pyi index 357c1f91a..27d523443 100644 --- a/stdlib/_collections_abc.pyi +++ b/stdlib/_collections_abc.pyi @@ -26,7 +26,6 @@ from typing import ( ValuesView as ValuesView, ) -# Without the real definition, mypy and pytest both think that __all__ is empty, so re-exports nothing __all__ = [ "Awaitable", "Coroutine",