Skip to content

Commit 0fecdb7

Browse files
committed
chore(jsonrpc): remove some unneeded code
1 parent 3c71ce6 commit 0fecdb7

File tree

1 file changed

+0
-1
lines changed
  • packages/jsonrpc2/src/robotcode/jsonrpc2

1 file changed

+0
-1
lines changed

packages/jsonrpc2/src/robotcode/jsonrpc2/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ def run() -> None:
198198
stop_event.wait(0.01)
199199

200200
with ThreadPoolExecutor(max_workers=1, thread_name_prefix="aio_readline") as stdio_executor:
201-
self._stdio_threadpool = stdio_executor
202201
await asyncio.wrap_future(stdio_executor.submit(run))
203202

204203
self.loop.run_until_complete(aio_readline(transport.rfile, protocol))

0 commit comments

Comments
 (0)