[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-14 16:31:20 +00:00
parent 106be4b107
commit 1b27b8614b
13 changed files with 7 additions and 20 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