From ee0761c2ce497b6f0d52242763aedb11c70c5025 Mon Sep 17 00:00:00 2001 From: Geoffrey Yu Date: Sun, 3 Mar 2024 19:13:46 -0500 Subject: [PATCH] Fix formatting --- src/conductor/lib/path.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/conductor/lib/path.py b/src/conductor/lib/path.py index 71053f8..56fab74 100644 --- a/src/conductor/lib/path.py +++ b/src/conductor/lib/path.py @@ -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