Agents: format process poll backoff files

This commit is contained in:
Dakshay Mehta
2026-02-16 14:17:42 -08:00
committed by Peter Steinberger
parent 23f5cc80a4
commit 8947d2dea5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
import { afterEach, expect, test, vi } from "vitest";
import type { ProcessSession } from "./bash-process-registry.js";
import { resetDiagnosticSessionStateForTest } from "../logging/diagnostic-session-state.js";
import {
addSession,
appendOutput,
@@ -7,7 +8,6 @@ import {
resetProcessRegistryForTests,
} from "./bash-process-registry.js";
import { createProcessTool } from "./bash-tools.process.js";
import { resetDiagnosticSessionStateForTest } from "../logging/diagnostic-session-state.js";
afterEach(() => {
resetProcessRegistryForTests();