Skip to content

Commit

Permalink
fix: stray blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
javfg committed Jul 17, 2024
1 parent 0067ccc commit e96243f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ot_orchestration/dags/gwas_catalog_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
@dag(start_date=RUN_DATE, dag_id=GWAS_CATALOG_CONFIG_DAG_ID)
def gwas_catalog_dag(**kwargs: Dag_Params) -> None:
"""GWAS catalog DAG."""

# [START PREPARE CURATION MANIFEST]
@task_group(group_id="curation")
def gwas_catalog_curation() -> None:
Expand Down

0 comments on commit e96243f

Please sign in to comment.