Merge branch 'master' into 13937-keepstore-prometheus
[arvados.git] / sdk / cwl / tests / federation / framework / prepare.py
index 94a6a75edb7ac72f1ea421396faab2f99e83b7a5..40bb843b2980877a0dbe10f18b41463c255609e5 100644 (file)
@@ -2,6 +2,7 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 
+from __future__ import print_function
 import arvados
 import json
 
@@ -33,7 +34,6 @@ for cluster_id in config["arvados_cluster_ids"]:
     for lk in search_links["items"]:
         api.links().delete(uuid=lk["uuid"]).execute()
 
-
 for cluster_id in config["arvados_cluster_ids"]:
     matches = api.collections().list(filters=[["portable_data_hash", "in", list(scrub_collections)]],
                                      select=["uuid", "portable_data_hash"], cluster_id=cluster_id).execute()