diff --git a/tools/client-plugins/browser-scripts/python-test-evaluator.ts b/tools/client-plugins/browser-scripts/python-test-evaluator.ts index 50fef2a9d1d..613820b0a93 100644 --- a/tools/client-plugins/browser-scripts/python-test-evaluator.ts +++ b/tools/client-plugins/browser-scripts/python-test-evaluator.ts @@ -119,10 +119,6 @@ ctx.onmessage = async (e: PythonRunEvent) => { // custom globals. const runPython = (pyCode: string) => pyodide.runPython(pyCode, { globals: __userGlobals }) as unknown; - // TODO: remove __pyodide once all the test use runPython. - const __pyodide = { - runPython - }; runPython(` def __inputGen(xs):