Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick committed Mar 9, 2024
1 parent 47a7d2e commit 7a8efd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/core/pyodide/worker/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { invariant } from "../../../utils/invariant";
import { Deferred } from "../../../utils/Deferred";
import { syncFileSystem } from "./fs";
import { MessageBuffer } from "./message-buffer";
import { prettyError } from "@/utils/errors";
import { prettyError } from "../../../utils/errors";

declare const self: Window & {
pyodide: PyodideInterface;
Expand Down

0 comments on commit 7a8efd7

Please sign in to comment.