Skip to content

Commit 67049cc

Browse files
committed
refactor(sandbox): remove unused imports from sandbox example
Remove unused path import and unnecessary Sandbox type import from the sandbox example file to clean up code and reduce dependencies. 移除未使用的导入以清理代码示例并减少依赖项。 Change-Id: If120626c1e173339e8a0e438eb9b9eba4a82c205 Signed-off-by: OhYee <oyohyee@oyohyee.com>
1 parent 042b8e7 commit 67049cc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

examples/sandbox.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@
1414
*/
1515

1616
import * as fs from 'fs/promises';
17-
import * as path from 'path';
1817

1918
import {
2019
CodeInterpreterSandbox,
2120
CodeLanguage,
22-
Sandbox,
2321
SandboxClient,
2422
Template,
25-
TemplateType,
23+
TemplateType
2624
} from '../src/index';
2725
import { logger } from '../src/utils/log';
2826

0 commit comments

Comments
 (0)