update code clean

This commit is contained in:
zhuangchong 2023-01-03 19:03:06 +08:00
parent afeadbe16b
commit 664b17ae96
1 changed files with 0 additions and 4 deletions

View File

@ -18,9 +18,6 @@
import type { EditWorkflowDefinition } from '@/views/projects/workflow/components/dag/types'
import type { IOption } from '@/components/form/types'
<<<<<<< HEAD
type ProgramType = 'JAVA' | 'SCALA' | 'PYTHON' | 'SQL'
=======
type TaskExecuteType = 'STREAM' | 'BATCH'
type TaskType =
@ -62,7 +59,6 @@ type TaskType =
type ProgramType = 'JAVA' | 'SCALA' | 'PYTHON'
>>>>>>> 4e09bacb1 ([Fix-13248][UI] Ironed out the issue with failing to query task instances by some state of task. (#13251))
type DependentResultType = {
[key: string]: 'SUCCESS' | 'FAILURE'
}