Skip to content

Commit 593bda7

Browse files
committed
import order
1 parent 5565677 commit 593bda7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/sim/executor/constants.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { getMaxExecutionTimeout } from '@/lib/core/execution-limits'
12
import type { LoopType, ParallelType } from '@/lib/workflows/types'
23

34
/**
@@ -185,8 +186,6 @@ export const HTTP = {
185186
},
186187
} as const
187188

188-
import { getMaxExecutionTimeout } from '@/lib/core/execution-limits'
189-
190189
export const AGENT = {
191190
DEFAULT_MODEL: 'claude-sonnet-4-5',
192191
get DEFAULT_FUNCTION_TIMEOUT() {

0 commit comments

Comments
 (0)