Skip to content

Commit 47b77e5

Browse files
committed
clean comments
1 parent 516dcb3 commit 47b77e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def load_items_bulk_insert(base_url, collection_id, feature_collection, data_dir
8484
feature_collection["features"][i]["collection"] = collection_id
8585
resp = requests.post(
8686
f"{base_url}/collections/{collection_id}/items", json=feature_collection
87-
) # Adjust this endpoint as necessary
87+
)
8888
if resp.status_code == 200:
8989
click.echo(f"Status code: {resp.status_code}")
9090
click.echo("Bulk inserted items successfully.")

0 commit comments

Comments
 (0)