Skip to content

Commit b98a4e1

Browse files
committed
fix anaconda
1 parent 61fb8c0 commit b98a4e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pymetrics/anaconda.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ def _get_previous_anaconda_downloads(output_folder, filename):
8989
}
9090
csv_path = get_path(output_folder, filename)
9191
previous = load_csv(csv_path, read_csv_kwargs=read_csv_kwargs)
92-
if not previous:
93-
previous = pd.DataFrame(columns=ANACONDA_COLUMNS)
94-
previous[TIME_COLUMN] = pd.to_datetime(previous[TIME_COLUMN])
9592
return previous
9693

9794

0 commit comments

Comments
 (0)