Josverl / micropython-stubber

Generate and maintain stubs for different MicroPython ports to use with VSCode and Pylance, PyRight, Thonny, PyCharm or MyPy
https://micropython-stubber.readthedocs.io
Other
175 stars 14 forks source link

fix class SoftSPI(SPI) error as SPI defined later ( reorder / different syntax) #482

Closed Josverl closed 8 months ago

Josverl commented 8 months ago

fixed by using from __future__ import annotations