Skip to content

Commit 5330d76

Browse files
committed
fix import
1 parent c5adb63 commit 5330d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lf_toolkit/io/base_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from ..preview import Result as PreviewResult
1212
from ..shared import Params
1313
from .handler import Handler
14-
from .handler import JsonRpcHandler
14+
from .rpc_handler import JsonRpcHandler
1515

1616

1717
EvaluationFunction = Callable[

0 commit comments

Comments
 (0)