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
The recv_json method of the zmq.Serial class has its return type listed as: list | str | int | float | dict. list and dict require generic arguments for this return type to be complete. As is, users of this class cannot fully benefit from static analysis.