mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
chore(curriculum): remove __locals from merge sort algorithm project (#54785)
This commit is contained in:
parent
fd76d33485
commit
3f92fc6675
@ -22,7 +22,7 @@ You should declare a function named `merge_sort`. Don't forget use the `pass` ke
|
||||
```js
|
||||
({ test: () => assert(__pyodide.runPython(`
|
||||
import inspect
|
||||
inspect.isfunction(__locals.get("merge_sort"))
|
||||
inspect.isfunction(merge_sort)
|
||||
`))})
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user