Skip to content

Commit

Permalink
Merge pull request #206 from sophiedorward/main
Browse files Browse the repository at this point in the history
Update csv_files.py imports
  • Loading branch information
leorudczenko authored Jun 12, 2024
2 parents 2998cbe + d1fcc08 commit a945b5f
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 a945b5f

Please sign in to comment.