From 54f80df1f43e2e42dda543e157657e8b981fb3a6 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Mon, 30 Aug 2021 15:12:35 +0530 Subject: [PATCH] bb: Remove extra line from end of file --- envs/monkey_zoo/blackbox/utils/gcp_machine_handlers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/envs/monkey_zoo/blackbox/utils/gcp_machine_handlers.py b/envs/monkey_zoo/blackbox/utils/gcp_machine_handlers.py index aa12bfe73..0151cda6f 100644 --- a/envs/monkey_zoo/blackbox/utils/gcp_machine_handlers.py +++ b/envs/monkey_zoo/blackbox/utils/gcp_machine_handlers.py @@ -79,4 +79,3 @@ def run_gcp_pool(gcp_command, machine_list): arglist = [(gcp_command, machine_list[zone], zone) for zone in machine_list] with Pool(2) as pool: pool.map(run_gcp_command, arglist) -