chore: remove redundant import
This commit is contained in:
parent
5c98e6ef24
commit
a38a155975
|
@ -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,
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user