Skip to content

Commit 8265f84

Browse files
Remove eager inspect import
There was a typo at the first line that would break instantly MicroPython because indeed `inspect` module should be loaded only in *Pyodide*.
1 parent 5bb0c47 commit 8265f84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tdom/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import inspect
21
from types import GeneratorType
32
from .parser import _instrument, _prefix
43
from .dom import Fragment, Node, Text

0 commit comments

Comments
 (0)