[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-06-03 21:47:36 +00:00
parent a7279de12e
commit 3c11d958cb
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