Skip to content

Commit 739c583

Browse files
committed
Remove unused imports from streamManager.ts
Removed unused imports: fs, path (first occurrence), os These were left over after switching to execBuffered() for temp dir creation.
1 parent 38f9d52 commit 739c583

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/services/streamManager.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
import { EventEmitter } from "events";
2-
import * as fs from "fs";
3-
import * as path from "path";
4-
import * as os from "os";
52
import {
63
streamText,
74
stepCountIs,

0 commit comments

Comments
 (0)