Skip to content

Commit 0411b49

Browse files
committed
Removing indexing
Signed-off-by: Avdhoot <[email protected]>
1 parent 1f886a1 commit 0411b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7343,7 +7343,7 @@ def factory(namespace=None):
73437343
for future in concurrent.futures.as_completed(futures):
73447344
sc_compression = futures[future]
73457345
try:
7346-
vm_obj = future.result()[0]
7346+
vm_obj = future.result()
73477347
if sc_compression == "aggressive":
73487348
vm_list_agg_compr.append(vm_obj)
73497349
else:

0 commit comments

Comments
 (0)