Skip to content

Commit 2642bf8

Browse files
committed
fix(SDK): remove dangling import
1 parent 855310f commit 2642bf8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

typegraph/node/sdk/src/runtimes/wasmedge.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { runtimes } from "../wit.js";
66
import { Effect } from "../gen/interfaces/metatype-typegraph-runtimes.js";
77
import { Materializer, Runtime } from "./mod.js";
88
import { fx } from "../index.js";
9-
import { getArtifactMeta } from "../utils/file_utils.js";
109

1110
interface WasiMat extends Materializer {
1211
module: string;

0 commit comments

Comments
 (0)