From fe056ce86f92ae3073a279a21533ed2501818f5a Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 14 Nov 2024 11:01:14 +0100 Subject: [PATCH] remove unused future object --- executorlib/interactive/shared.py | 1 - 1 file changed, 1 deletion(-) diff --git a/executorlib/interactive/shared.py b/executorlib/interactive/shared.py index 7fdc95f9..975000e7 100644 --- a/executorlib/interactive/shared.py +++ b/executorlib/interactive/shared.py @@ -614,7 +614,6 @@ def _execute_task_with_cache( """ from executorlib.standalone.hdf import dump, get_output - future = task_dict["future"] task_key, data_dict = serialize_funct_h5( fn=task_dict["fn"], fn_args=task_dict["args"],