Update shared_vis_python_exe.py
Browse files- 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
|