We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63291cd commit bb7aed7Copy full SHA for bb7aed7
examples/demo_yjs.py
@@ -1,7 +1,7 @@
1
import sys
2
sys.path.append('..')
3
4
-from quickjs import JSRuntime, JSContext, JSEval
+from quickjs import JSRuntime, JSContext
5
6
7
def demo0():
quickjs/quickjs.py
@@ -11,7 +11,6 @@
11
import inspect
12
import tempfile
13
import urllib.request
14
-from urllib.parse import urlparse
15
from enum import Enum
16
from weakref import WeakSet
17
from typing import Any, NewType
0 commit comments