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
Argument of type "Future[tuple[None, int]]" cannot be assigned to parameter "main" of type "Coroutine[Any, Any, _T@run]" in function "run"
"Future[tuple[None, int]]" is incompatible with "Coroutine[Any, Any, _T@run]"Pylance[reportGeneralTypeIssues](https://github.com/microsoft/pyright/blob/main/docs/configuration.md#reportGeneralTypeIssues)
Windows 10, 64 bit
Python 3.11.0
aioserial==1.3.1
pyserial==3.5
The text was updated successfully, but these errors were encountered:
Example in README,
aioserial equivalence
chapter, does not work.Here is the traceback:
VSCode Pylance static analysis reports:
Windows 10, 64 bit
Python 3.11.0
aioserial==1.3.1
pyserial==3.5
The text was updated successfully, but these errors were encountered: