Skip to content

Commit

Permalink
chore(curriculum): remove __locals from merge sort algorithm project (
Browse files Browse the repository at this point in the history
  • Loading branch information
ilenia-magoni committed May 14, 2024
1 parent fd76d33 commit 3f92fc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
`))})
```

Expand Down

0 comments on commit 3f92fc6

Please sign in to comment.