Skip to content

Commit

Permalink
Fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
andeplane committed Jan 31, 2025
1 parent a3cb90c commit 02da5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kernel/src/worker-runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ prepare(main_script_path, args)
}

async function handleCogniteMessage(
pyodidePromise: Promise<Pyodide.PyodideInterface>,
pyodidePromise: Promise<PyodideInterface>,
msg: InMessage,
) {
if (msg.type === "newToken") {
Expand Down

0 comments on commit 02da5ab

Please sign in to comment.