chore: remove redundant import

This commit is contained in:
李衍志523370910113 2024-11-12 16:58:08 +08:00
parent 5c98e6ef24
commit a38a155975
4 changed files with 7 additions and 19 deletions

View File

@ -2,7 +2,7 @@ from typing import List
from joj3_config_generator.processers.repo import getHealthcheckConfig, getTeapotConfig
from joj3_config_generator.processers.task import (
fix_comment,
fix_dummy,
fix_diff,
fix_keyword,
fix_result_detail,

View File

@ -3,19 +3,7 @@ import shlex
import socket
from pathlib import Path
from joj3_config_generator.models import (
Cmd,
CmdFile,
ExecutorConfig,
ExecutorWithConfig,
ParserConfig,
Repo,
ResultConfig,
Stage,
StageConfig,
Task,
TeapotConfig,
)
from joj3_config_generator.models import repo, result, task
def getGradingRepoName() -> str:

View File

@ -1,7 +1,7 @@
import shlex
from typing import Tuple
from joj3_config_generator.models import joj1, repo, result, task
from joj3_config_generator.models import result, task
def remove_nulls(d: result.Config) -> result.Config:

View File

@ -1233,10 +1233,10 @@
]
},
"teapot": {
"logPath": "/home/tt/.cache/joint-teapot-debug.log",
"scoreboardPath": "scoreboard.csv",
"failedTablePath": "failed-table.md",
"gradingRepoName": "",
"logPath": "p2-m3-joint-teapot-debug.log",
"scoreboardPath": "p2-m3-scoreboard.csv",
"failedTablePath": "p2-m3-failed-table.md",
"gradingRepoName": "Nuvole-joj",
"skipIssue": false,
"skipScoreboard": false,
"skipFailedTable": false