Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrodes committed Dec 11, 2024
1 parent afd3eb3 commit 1f5eaa5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions etl/steps/export/multidim/covid/latest/covid.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ def run(dest_dir: str) -> None:
config["views"] += multidim.expand_views(config, {"place": "*"}, table, engine) # type: ignore
multidim.upsert_multidim_data_page(slug, config, engine)

print(1)


def fname_to_slug(fname: str) -> str:
return f"mdd-{fname.replace('.yml', '').replace('.', '-').replace('_', '-')}"

0 comments on commit 1f5eaa5

Please sign in to comment.