Skip to content
Snippets Groups Projects
Commit a9903581 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

fix return type hint in write_dag

parent bd098dff
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ def write_dag(
dag_dir: Path = Path.cwd(),
formatter: Optional[dags.NodeNameFormatter] = None,
**kwargs,
) -> None:
) -> Path:
"""Write out the given DAG to the given directory.
This includes the DAG description file itself, as well as any associated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment