Skip to content

Commit fa01bd9

Browse files
authored
Update Task.ts
1 parent 7166710 commit fa01bd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/task/Task.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,14 @@ import {
2222
type ClineAsk,
2323
type BlockingAsk,
2424
type ToolProgressStatus,
25-
DEFAULT_CONSECUTIVE_MISTAKE_LIMIT,
26-
DEFAULT_USAGE_COLLECTION_TIMEOUT_MS,
2725
type HistoryItem,
2826
RooCodeEventName,
2927
TelemetryEventName,
3028
TodoItem,
3129
getApiProtocol,
3230
getModelId,
3331
DEFAULT_CONSECUTIVE_MISTAKE_LIMIT,
32+
DEFAULT_USAGE_COLLECTION_TIMEOUT_MS,
3433
isBlockingAsk,
3534
} from "@roo-code/types"
3635
import { TelemetryService } from "@roo-code/telemetry"

0 commit comments

Comments
 (0)