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,10 @@
"""Markdown module to generate web/HTML components from Markdown code"""
from pyscript import document, window
from pyweb import pydom
from pyweb.ui.elements import TextElementBase, script
from pyscript import document, window
class markdown(TextElementBase):
"""Markdown component to render HTML from Markdown code"""