fix: List import
Some checks failed
build / build (push) Failing after 1m31s
build / build (pull_request) Failing after 1m29s

This commit is contained in:
李衍志523370910113 2024-10-27 23:06:37 +08:00
parent 9319a416d9
commit 1c4a61faa4
2 changed files with 4 additions and 3 deletions

View File

@ -8,6 +8,7 @@ from joj3_config_generator.lib.task import (
get_conf_stage, get_conf_stage,
) )
from joj3_config_generator.lib.repo import getHealthcheckConfig from joj3_config_generator.lib.repo import getHealthcheckConfig
from typing import List
# FIXME: LLM generated convert function, only for demostration # FIXME: LLM generated convert function, only for demostration
def convert(repo_conf: repo.Config, task_conf: task.Config) -> result.Config: def convert(repo_conf: repo.Config, task_conf: task.Config) -> result.Config:

View File

@ -18,7 +18,7 @@
"/<function", "/<function",
"get_temp_directory", "get_temp_directory",
"at", "at",
"0x7ff414d38860>/repo-health-checker", "0x7f5f9b524860>/repo-health-checker",
"-root=.", "-root=.",
"-repoSize=50.5", "-repoSize=50.5",
"-meta=main.py", "-meta=main.py",
@ -70,8 +70,8 @@
"cpuRateLimit": 0, "cpuRateLimit": 0,
"cpuSetLimit": "", "cpuSetLimit": "",
"copyIn": { "copyIn": {
"//tmp/repo-checker-kep8doc0/repo-health-checker": { "//tmp/repo-checker-h1q4gec9/repo-health-checker": {
"src": "//tmp/repo-checker-7_k9ht77/repo-health-checker", "src": "//tmp/repo-checker-nprjqigk/repo-health-checker",
"content": null, "content": null,
"fileId": null, "fileId": null,
"name": null, "name": null,