Skip to content

Commit 405f57c

Browse files
committed
Fix lint
1 parent 63011d9 commit 405f57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/lib/copilot/tools/server/files/workspace-file.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createLogger } from '@sim/logger'
22
import type { BaseServerTool, ServerToolContext } from '@/lib/copilot/tools/server/base-tool'
3-
import { generatePptxFromCode } from '@/lib/execution/pptx-vm'
43
import type { WorkspaceFileArgs, WorkspaceFileResult } from '@/lib/copilot/tools/shared/schemas'
4+
import { generatePptxFromCode } from '@/lib/execution/pptx-vm'
55
import {
66
deleteWorkspaceFile,
77
downloadWorkspaceFile as downloadWsFile,

0 commit comments

Comments
 (0)