Skip to content

Commit 098a02e

Browse files
committed
Remove unused path import from bash.test.ts
1 parent 739c583 commit 098a02e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/tools/bash.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { createBashTool } from "./bash";
33
import type { BashToolArgs, BashToolResult } from "@/types/tools";
44
import { BASH_MAX_TOTAL_BYTES } from "@/constants/toolLimits";
55
import * as fs from "fs";
6-
import * as path from "path";
76
import { TestTempDir } from "./testHelpers";
87
import { createRuntime } from "@/runtime/runtimeFactory";
98

0 commit comments

Comments
 (0)