Commit 57f158b3 authored by lintangsutawika's avatar lintangsutawika
Browse files

pre-commit format

parent fe9f0d46
...@@ -235,10 +235,10 @@ def get_task_and_group(task_dir: str): ...@@ -235,10 +235,10 @@ def get_task_and_group(task_dir: str):
# This is a group config # This is a group config
tasks_and_groups[config["group"]] = { tasks_and_groups[config["group"]] = {
"type": "group", "type": "group",
"task": -1, # This signals that "task": -1, # This signals that
# we don't need to know # we don't need to know
# the task list for indexing # the task list for indexing
# as it can be loaded # as it can be loaded
# when called. # when called.
"yaml_path": yaml_path, "yaml_path": yaml_path,
} }
......
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