fix(curriculum): removed line that creates __locals in python test ev… (#54828)

Co-authored-by: Dario-DC <105294544+Dario-DC@users.noreply.github.com>
Co-authored-by: Ilenia M <nethleen@gmail.com>
This commit is contained in:
Andrew M. Yturaldi
2024-05-17 05:19:45 -05:00
committed by GitHub
parent 5dcda26ca0
commit 7c6161c489

View File

@@ -168,9 +168,7 @@ with open("/user_code.py", "r") as f:
}
});
}
// TODO: remove the next line, creating __locals, once all the tests access
// variables directly.
runPython('__locals = globals()');
await test();
ctx.postMessage({ pass: true });