Skip to content

Commit b89f0d4

Browse files
committed
Remove unused imports, functions
1 parent 62dbf4c commit b89f0d4

File tree

1 file changed

+0
-2
lines changed
  • covid_act_now/delphi_covid_act_now

1 file changed

+0
-2
lines changed

covid_act_now/delphi_covid_act_now/run.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"""
77

88
import numpy as np
9-
import pandas as pd
109

1110
from delphi_utils import (
1211
create_export_csv,
@@ -80,7 +79,6 @@ def run_module(params):
8079
print(f"Processing {geo_res}")
8180
# breakpoint()
8281
df = geo_map(df_county_testing, geo_res)
83-
df = add_missing_current_day(df)
8482

8583
# Export 'pcr_specimen_positivity_rate'
8684
df = add_nancodes(df, "pcr_tests_positive")

0 commit comments

Comments
 (0)