Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
torimcd committed Oct 30, 2024
1 parent 3bda9c0 commit 106d444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydrocron/db/load_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,5 +372,5 @@ def load_data(dynamo_resource, table_name, items):
for item_attrs in items:
logging.info("Item %s: %s", feature_id, item_attrs[feature_id])
hydrocron_table.add_data(**item_attrs)

logging.info("Finished loading %s items", len(items))

0 comments on commit 106d444

Please sign in to comment.