[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-03-26 22:09:31 +00:00
parent b73b30b2d8
commit 27363f4c59

View File

@@ -1,15 +1,14 @@
import inspect
import sys
from textwrap import dedent
from pyscript import document, when, window
from pyweb import JSProperty, pydom
import inspect
import sys
#: A flag to show if MicroPython is the current Python interpreter.
is_micropython = "MicroPython" in sys.version
def getmembers_static(cls):
"""Cross-interpreter implementation of inspect.getmembers_static."""