precommit again

This commit is contained in:
Fabio Pliger
2024-03-26 17:18:14 -05:00
parent 152ad6cf4a
commit f6a634ce6e

View File

@@ -2,9 +2,10 @@ import inspect
import sys
from textwrap import dedent
from pyscript import document, when, window
from pyweb import JSProperty, pydom
from pyscript import document, when, window
#: A flag to show if MicroPython is the current Python interpreter.
is_micropython = "MicroPython" in sys.version