Skip to content

Commit c7f5372

Browse files
committed
fix lint
1 parent da93090 commit c7f5372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_files/python_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def send_request(params: Optional[Union[List, Dict]] = None):
4444

4545

4646
def custom_input(prompt=""):
47-
request_id = send_request({"prompt": prompt})
47+
send_request({"prompt": prompt})
4848
try:
4949
headers = get_headers()
5050
content_length = int(headers.get("Content-Length", 0))

0 commit comments

Comments
 (0)