Skip to content

Commit 68b6d4c

Browse files
Remove initial count
1 parent c22fa87 commit 68b6d4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/acquisition/covidcast/csv_to_database.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ def main(
186186

187187
database = database_impl()
188188
database.connect()
189-
num_starting_rows = database.count_all_rows()
190189

191190
try:
192191
modified_row_count = upload_archive_impl(

0 commit comments

Comments
 (0)