Spaces:
Runtime error
Runtime error
Commit
·
0089a9c
1
Parent(s):
f11a054
refactor: Remove commented out code for creating collections
Browse files- create_collections.py +5 -5
create_collections.py
CHANGED
@@ -121,8 +121,8 @@ collections = [
|
|
121 |
},
|
122 |
]
|
123 |
|
124 |
-
results = [
|
125 |
-
|
126 |
-
|
127 |
-
]
|
128 |
-
print(results)
|
|
|
121 |
},
|
122 |
]
|
123 |
|
124 |
+
# results = [
|
125 |
+
# update_collection_for_dataset(**collection, collection_namespace="librarian-bots")
|
126 |
+
# for collection in collections
|
127 |
+
# ]
|
128 |
+
# print(results)
|