We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a1c1b commit 4349294Copy full SHA for 4349294
__tests__/code-excution/python.ts
@@ -1,7 +1,5 @@
1
import { mainClassName } from "../../src/config";
2
-import { CodeContext, ExecuteContainer } from "../../src/types/worker";
3
import JobWorker from "../../src/worker";
4
-import fs from 'fs'
5
6
describe("Python transform into executable", () => {
7
const functionName = "solution"
0 commit comments