We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b49030 commit f4ba64eCopy full SHA for f4ba64e
1 file changed
pylsp/python_lsp.py
@@ -117,7 +117,6 @@ def start_ws_lang_server(port, check_parent_process, handler_class) -> None:
117
) from e
118
119
with ThreadPoolExecutor(max_workers=10) as tpool:
120
-
121
send_queue = asyncio.Queue()
122
123
async def pylsp_ws(websocket):
0 commit comments