Skip to content

Commit

Permalink
Make ruff happy
Browse files Browse the repository at this point in the history
  • Loading branch information
amywieliczka committed Jun 25, 2024
1 parent 6f6911b commit ab4b6f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dags/dev_dags/index_to_stage_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def get_version_pages(params=None):
def index_collection_to_stage_dag():
collection = get_registry_data_task()
version_pages = get_version_pages()
index_name = update_stage_index_for_collection_task(
collection, version_pages) # noqa F841
index_name = update_stage_index_for_collection_task(collection, version_pages) # noqa F841

index_collection_to_stage_dag()

0 comments on commit ab4b6f0

Please sign in to comment.