Skip to content

Commit fa0d572

Browse files
committed
lint
1 parent cb66adb commit fa0d572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymetrics/summarize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def summarize_downloads(
259259
`gdrive://{folder_id}`.
260260
261261
"""
262-
downloads = get_previous_pypi_downloads(input_file, output_folder)
262+
downloads = get_previous_pypi_downloads(input_file=None, output_folder=output_folder)
263263

264264
vendor_df = pd.DataFrame.from_records(vendors)
265265
all_df = _create_all_df()

0 commit comments

Comments
 (0)