Closed
Description
I just tried checking typeshed with mypy on Windows and I get:
stdlib\2and3\formatter.pyi:5: error: Need type annotation for 'AS_IS'
stdlib\3\asyncio\__init__.pyi:116: error: Name 'SelectorEventLoop' already defined (possibly by an import)
Not a big deal, but maybe we should fix these errors.