Skip to content

Commit bb7aed7

Browse files
committedNov 20, 2024
cleanup
1 parent 63291cd commit bb7aed7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎examples/demo_yjs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sys
22
sys.path.append('..')
33

4-
from quickjs import JSRuntime, JSContext, JSEval
4+
from quickjs import JSRuntime, JSContext
55

66

77
def demo0():

‎quickjs/quickjs.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import inspect
1212
import tempfile
1313
import urllib.request
14-
from urllib.parse import urlparse
1514
from enum import Enum
1615
from weakref import WeakSet
1716
from typing import Any, NewType

0 commit comments

Comments
 (0)