JetBrains / intellij-micropython

Plugin for MicroPython devices in PyCharm and IntelliJ
https://plugins.jetbrains.com/plugin/9777-micropython
Apache License 2.0
513 stars 106 forks source link

typehints/esp32: Fix several syntax errors in the type stubs. #322

Closed Josverl closed 2 months ago

Josverl commented 2 months ago

While looking at some of the manual type annotations to assess the possible option of re-using these, i noticed a few malformed func defs that threw errors in pyright and mypy.

I took the liberty of correcting these.

lancelote commented 2 months ago

@Josverl Thank you