stzhao commited on
Commit
07ec399
·
verified ·
1 Parent(s): 0a7013f

Update shared_vis_python_exe.py

Browse files
Files changed (1) hide show
  1. shared_vis_python_exe.py +0 -1
shared_vis_python_exe.py CHANGED
@@ -201,7 +201,6 @@ class PythonExecutor:
201
  self.answer_symbol = get_answer_symbol
202
  self.answer_expr = get_answer_expr
203
  self.get_answer_from_stdout = get_answer_from_stdout
204
- self.pool = Pool(multiprocess.cpu_count())
205
  self.timeout_length = timeout_length
206
 
207
  # Create a persistent runtime instance if messages are provided
 
201
  self.answer_symbol = get_answer_symbol
202
  self.answer_expr = get_answer_expr
203
  self.get_answer_from_stdout = get_answer_from_stdout
 
204
  self.timeout_length = timeout_length
205
 
206
  # Create a persistent runtime instance if messages are provided