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
Python 3.11 dropped inspect.getargspec so we are no getting an
AttributeError. This was for Python 2 compatibility, so we can just
removed it and use getfullargspec() exclusively.
Fixes: pybricks/support#973
0 commit comments