Skip to content

Commit

Permalink
Remove no-op task (pypi#17466)
Browse files Browse the repository at this point in the history
  • Loading branch information
di authored Jan 21, 2025
1 parent 7ebe87a commit d8cee3a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions warehouse/packaging/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,3 @@ def update_bigquery_release_files(task, request, dist_metadata):
json_rows = [json_rows]

bq.insert_rows_json(table=table_name, json_rows=json_rows)


@tasks.task(ignore_result=True, acks_late=True)
def sync_bigquery_release_files(request): # pragma: no cover
pass

0 comments on commit d8cee3a

Please sign in to comment.