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
Blinka, and PlatformDetect are used on micropython, which does not have the typing module, like CP.
A solution would be to escape the imports from typing with try/catch like they are on Circuitpython libraries.