Skip to content

Commit f4ba64e

Browse files
committed
Apply ruff formatter results
1 parent 6b49030 commit f4ba64e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pylsp/python_lsp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def start_ws_lang_server(port, check_parent_process, handler_class) -> None:
117117
) from e
118118

119119
with ThreadPoolExecutor(max_workers=10) as tpool:
120-
121120
send_queue = asyncio.Queue()
122121

123122
async def pylsp_ws(websocket):

0 commit comments

Comments
 (0)