From 593bda7d0ba16a31d89455fdee27b7817338b3d2 Mon Sep 17 00:00:00 2001 From: Vikhyath Mondreti Date: Tue, 3 Feb 2026 23:40:17 -0800 Subject: [PATCH] import order --- apps/sim/executor/constants.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/sim/executor/constants.ts b/apps/sim/executor/constants.ts index dcbe957db..b5f97dd47 100644 --- a/apps/sim/executor/constants.ts +++ b/apps/sim/executor/constants.ts @@ -1,3 +1,4 @@ +import { getMaxExecutionTimeout } from '@/lib/core/execution-limits' import type { LoopType, ParallelType } from '@/lib/workflows/types' /** @@ -185,8 +186,6 @@ export const HTTP = { }, } as const -import { getMaxExecutionTimeout } from '@/lib/core/execution-limits' - export const AGENT = { DEFAULT_MODEL: 'claude-sonnet-4-5', get DEFAULT_FUNCTION_TIMEOUT() {