Skip to content

Commit 020c347

Browse files
committed
Format output streaming imports
1 parent 842741c commit 020c347

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • taskboard-electron/src/renderer

taskboard-electron/src/renderer/App.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,7 @@ import {
4949
taskNeedsResponse,
5050
type TaskResponseRefreshResult,
5151
} from "./operatorUi.ts";
52-
import {
53-
applyIncrementalOutput,
54-
createIncrementalOutputState,
55-
} from "./outputStreaming.ts";
52+
import { applyIncrementalOutput, createIncrementalOutputState } from "./outputStreaming.ts";
5653
import { buildExecutionSteps } from "./traceSteps.ts";
5754

5855
const API = "http://127.0.0.1:9712/api";

0 commit comments

Comments
 (0)