Skip to content

Commit

Permalink
Update scripts/jupyterlite/update_lock.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored May 15, 2024
1 parent ab9f2d7 commit 2551b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jupyterlite/update_lock.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { loadPyodide } = require(`pyodide`);
const { loadPyodide } = require("pyodide");
const fs = require("fs");

async function main() {
Expand Down

0 comments on commit 2551b4d

Please sign in to comment.