You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.