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 @@
from unittest import mock
import pytest
from pyscript import document, when
from pyweb import pydom
from pyscript import document, when
class TestDocument:
def test__element(self):