Skip to content

Commit 09cd014

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 226fc15 commit 09cd014

File tree

1 file changed

+1
-0
lines changed
  • core/src/stdlib/pyscript

1 file changed

+1
-0
lines changed

core/src/stdlib/pyscript/ffi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def _tjs(value, **kw):
1616
from jsffi import create_proxy as _cp
1717
from jsffi import to_js as _tjs
1818
import js
19+
1920
jsnull = js.Object.getPrototypeOf(js.Object.prototype)
2021
is_null = lambda value: value is None or value is jsnull
2122

0 commit comments

Comments
 (0)