Skip to content

Commit

Permalink
Removing indexing
Browse files Browse the repository at this point in the history
Signed-off-by: Avdhoot <[email protected]>
  • Loading branch information
avd-sagare committed Jan 22, 2025
1 parent 1f886a1 commit 0411b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7343,7 +7343,7 @@ def factory(namespace=None):
for future in concurrent.futures.as_completed(futures):
sc_compression = futures[future]
try:
vm_obj = future.result()[0]
vm_obj = future.result()
if sc_compression == "aggressive":
vm_list_agg_compr.append(vm_obj)
else:
Expand Down

0 comments on commit 0411b49

Please sign in to comment.