Skip to content

Commit 6273e82

Browse files
committed
fix(lint): drop unused TRANSCRIPT_NOT_CONTINUABLE_ERROR_CODE import in model-fallback test
1 parent 1a307be commit 6273e82

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/agents/model-fallback.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
import crypto from "node:crypto";
33
import path from "node:path";
44
import { afterAll, afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest";
5-
import {
6-
TRANSCRIPT_NOT_CONTINUABLE_ERROR_CODE,
7-
TranscriptNotContinuableError,
8-
} from "../../packages/agent-core/src/errors.js";
5+
import { TranscriptNotContinuableError } from "../../packages/agent-core/src/errors.js";
96
import type { OpenClawConfig } from "../config/config.js";
107
import { resetLogger, setLoggerOverride } from "../logging/logger.js";
118
import { createWarnLogCapture } from "../logging/test-helpers/warn-log-capture.js";

0 commit comments

Comments
 (0)