"git@developer.sourcefind.cn:orangecat/ollama.git" did not exist on "9039c821a2c572e8bd0ee5cde13e4cb55c332e35"
Commit ee5e1dc2 authored by lintangsutawika's avatar lintangsutawika
Browse files

pre-commit format

parent 47756947
...@@ -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