Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Mar 4, 2024
1 parent 54e3712 commit ee0761c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/conductor/lib/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ def in_output_dir(file_path: Union[pathlib.Path, str]) -> pathlib.Path:


def where(
identifier: str, relative_to_project_root: bool = False, non_existent_ok: bool = False
identifier: str,
relative_to_project_root: bool = False,
non_existent_ok: bool = False,
) -> Optional[pathlib.Path]:
"""
Returns the output location path of the given task identifier. If this
Expand Down

0 comments on commit ee0761c

Please sign in to comment.