Skip to content

Commit 2122897

Browse files
Update client.py
1 parent b692b08 commit 2122897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/copilot/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from pathlib import Path
2424
from typing import Any, Callable, Optional, cast
2525

26-
from .generated.rpc import ServerRpc, SessionRpc
26+
from .generated.rpc import ServerRpc
2727
from .generated.session_events import session_event_from_dict
2828
from .jsonrpc import JsonRpcClient
2929
from .sdk_protocol_version import get_sdk_protocol_version

0 commit comments

Comments
 (0)