Skip to content

Commit

Permalink
cleanup dangling cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
dogversioning committed May 7, 2024
1 parent e94829c commit 097bb0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cumulus_library/studies/vocab/vocab_icd_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def prepare_queries(
df = pandas.read_csv(file, delimiter="|", names=headers)
df.to_parquet(parquet_path)
remote_path = config.db_backend.upload_file(
cursor=cursor,
file=parquet_path,
study="vocab",
topic="icd",
Expand Down

0 comments on commit 097bb0b

Please sign in to comment.