Skip to content

Commit

Permalink
fix syntax for 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed Aug 19, 2024
1 parent 0da4189 commit 8def914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loaders/compute_tools/tool_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ def create_fatal_tuple(
def create_tool_metadata(
output_dir: Path,
tool_name: str,
version: str | Dict[str, str],
version: Union[str, Dict[str, str]],
command: List[str],
run_time: float,
batch_size: int,
Expand Down

0 comments on commit 8def914

Please sign in to comment.