[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2024-05-07 16:55:12 +00:00
parent 7c1a0d115e
commit a6df2be4bc
15 changed files with 9 additions and 24 deletions

View File

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