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

@@ -3,6 +3,7 @@ import js
js.document.body.append("document patch ")
import a
from pyscript import RUNNING_IN_WORKER, display, sync
display("Hello World", target="test", append=True)