bb: Remove extra line from end of file

This commit is contained in:
Shreya Malviya 2021-08-30 15:12:35 +05:30
parent 98fcfde389
commit 54f80df1f4
1 changed files with 0 additions and 1 deletions

View File

@ -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)