xbee-micropython icon indicating copy to clipboard operation
xbee-micropython copied to clipboard

Type hinting missing for modules gc, micropython, uarray

Open burkart opened this issue 2 years ago • 0 comments

The missing type hints affect the Digi XBee MicroPython PyCharm Plugin: When one of those modules is imported, PyCharm shows an error.

Note: It's possible to work around this using additional type hints from https://github.com/hlovatt/PyBoardTypeshed

burkart avatar Feb 20 '23 21:02 burkart