Commit 5c775098 authored by Baber's avatar Baber
Browse files

nit

parent 898e0ace
......@@ -427,7 +427,7 @@ class TaskManager:
)
return all_loaded_tasks
def load_config(self, config: Dict, metadata=None | dict):
def load_config(self, config: Dict, metadata=Optional[dict]):
return self._load_individual_task_or_group(config, metadata=metadata)
def _get_task_and_group(self, task_dir: str):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment