Skip to content

Commit 251acc3

Browse files
fix linter errors
1 parent fc29227 commit 251acc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-tests/v5-only/executor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {expect, describe, test, jest, beforeAll, afterEach, afterAll} from "@jest/globals";
2-
import {Consistency, ReturnStrategy, SetVariableTaskDef, TaskType, WorkflowDef} from "../../src/common";
2+
import {Consistency, ReturnStrategy} from "../../src/common";
33
import { orkesConductorClient } from "../../src/orkes";
44
import { WorkflowExecutor } from "../../src/core/executor";
55
import { v4 as uuidv4 } from "uuid";

0 commit comments

Comments
 (0)