lint and remove of textwrap in stdlib for micropython compatibility

This commit is contained in:
Fabio Pliger
2024-05-07 11:44:28 -05:00
parent b885f30292
commit 7c1a0d115e
16 changed files with 37 additions and 16 deletions

View File

@@ -1,9 +1,9 @@
import inspect
import sys
from textwrap import dedent
from pyweb import JSProperty, pydom
from pyscript import document, when, window
from pyweb import JSProperty, pydom
#: A flag to show if MicroPython is the current Python interpreter.
is_micropython = "MicroPython" in sys.version