fix post merge issues

This commit is contained in:
Fabio Pliger
2024-02-02 15:59:15 -06:00
parent 9033a09099
commit 4ee0540dd1
13 changed files with 77 additions and 70 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):