Skip to content

Commit 6f6cbd0

Browse files
committed
remove unused imports
1 parent d622aba commit 6f6cbd0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/webapp/app/v3/services/completeAttempt.server.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ import {
88
TaskRunExecutionRetry,
99
TaskRunFailedExecutionResult,
1010
TaskRunSuccessfulExecutionResult,
11-
exceptionEventEnhancer,
1211
flattenAttributes,
13-
internalErrorFromUnexpectedExit,
1412
isManualOutOfMemoryError,
1513
sanitizeError,
1614
shouldRetryError,
@@ -32,7 +30,6 @@ import { CancelAttemptService } from "./cancelAttempt.server";
3230
import { CreateCheckpointService } from "./createCheckpoint.server";
3331
import { FinalizeTaskRunService } from "./finalizeTaskRun.server";
3432
import { RetryAttemptService } from "./retryAttempt.server";
35-
import { updateMetadataService } from "~/services/metadata/updateMetadata.server";
3633
import { getTaskEventStoreTableForRun } from "../taskEventStore.server";
3734

3835
type FoundAttempt = Awaited<ReturnType<typeof findAttempt>>;

0 commit comments

Comments
 (0)