Skip to content

Commit 8071733

Browse files
rm the sandbox imports, can import any sandbox type
1 parent b4ab292 commit 8071733

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docs/git.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Use the `sandbox.git` methods to run common git operations inside a sandbox.
99

1010
<CodeGroup>
1111
```js JavaScript & TypeScript
12-
import { Sandbox } from '@e2b/code-interpreter'
13-
1412
const sandbox = await Sandbox.create()
1513

1614
await sandbox.git.clone('https://git.example.com/org/repo.git', {
@@ -20,8 +18,6 @@ await sandbox.git.clone('https://git.example.com/org/repo.git', {
2018
})
2119
```
2220
```python Python
23-
from e2b_code_interpreter import Sandbox
24-
2521
sandbox = Sandbox.create()
2622

2723
sandbox.git.clone(

0 commit comments

Comments
 (0)