[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-04-03 22:53:13 +00:00
parent f6a634ce6e
commit abe706b9e9
13 changed files with 9 additions and 22 deletions

View File

@@ -2,9 +2,8 @@ import inspect
import sys
from textwrap import dedent
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