Skip to content

Commit 5b858b3

Browse files
author
Theodore Li
committed
Fix lint
1 parent 3c92b34 commit 5b858b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/sim/tools/utils.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { createLogger } from '@sim/logger'
22
import { getMaxExecutionTimeout } from '@/lib/core/execution-limits'
3-
import { AGENT, isCustomTool } from '@/executor/constants'
43
import type { CustomToolDefinition } from '@/hooks/queries/custom-tools'
54
import { useEnvironmentStore } from '@/stores/settings/environment'
65
import { tools } from '@/tools/registry'
@@ -334,5 +333,3 @@ export function createToolConfig(
334333
},
335334
}
336335
}
337-
338-

0 commit comments

Comments
 (0)