Skip to content

Commit

Permalink
node: prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhb committed Jan 28, 2025
1 parent c7f1c43 commit 553d91b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/swebench/inngest.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { State } from "@inngest/agent-kit";
import { execSync } from "child_process";
import fs from "fs";
import { execSync } from "node:child_process";
import fs from "node:fs";
import { EventSchemas, Inngest } from "inngest";
import { z } from "zod";
import { codeWritingNetwork } from "./networks/codeWritingNetwork";
Expand Down

0 comments on commit 553d91b

Please sign in to comment.