Skip to content

Commit f2b721e

Browse files
chinandrewkrivard
andauthored
Update src/acquisition/covidcast_nowcast/load_sensors.py
Co-authored-by: Katie Mazaitis <krivard@cs.cmu.edu>
1 parent c5c177f commit f2b721e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/acquisition/covidcast_nowcast/load_sensors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def main(csv_path: str = SENSOR_CSV_PATH) -> None:
3737
"""
3838
user, pw = secrets.db.epi
3939
engine = sqlalchemy.create_engine(f"mysql+pymysql://{user}:{pw}@{secrets.db.host}/{DB_NAME}")
40-
# for filepath, attribute in CsvImporter.find_csv_files(csv_path):
4140
for filepath, attribute in CsvImporter.find_issue_specific_csv_files(csv_path):
4241
if attribute is None:
4342
_move_after_processing(filepath, success=False)

0 commit comments

Comments
 (0)