Skip to content

Commit

Permalink
Update csv_files.py imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiedorward authored Jun 12, 2024
1 parent 2998cbe commit d1fcc08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/code_demos/recipes/csv_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ def on_error(failed_rows: list[tuple[dict, Exception]]) -> None:


if __name__ == "__main__":
from etlhelper import log_to_console
log_to_console()
etl.log_to_console()

db = etl.DbParams(dbtype="SQLITE", filename="observations.sqlite")
with db.connect() as conn:
Expand Down

0 comments on commit d1fcc08

Please sign in to comment.