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
Hi,
I'm running mypy with python 3.9.0a5 and keep getting this error: /usr/local/lib/python3.9/site-packages/mypy/typeshed/stdlib/3/asyncio/__init__.pyi:97: error: syntax error in type comment
I am not familiar with pyi formatting, I would have loved to fix this, but I cannot see the issue.
The related line is DefaultEventLoopPolicy: Type[AbstractEventLoopPolicy].
The text was updated successfully, but these errors were encountered:
Hi,
I'm running mypy with python 3.9.0a5 and keep getting this error:
/usr/local/lib/python3.9/site-packages/mypy/typeshed/stdlib/3/asyncio/__init__.pyi:97: error: syntax error in type comment
I am not familiar with pyi formatting, I would have loved to fix this, but I cannot see the issue.
The related line is
DefaultEventLoopPolicy: Type[AbstractEventLoopPolicy]
.The text was updated successfully, but these errors were encountered: