We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ab292 commit 8071733Copy full SHA for 8071733
1 file changed
docs/git.mdx
@@ -9,8 +9,6 @@ Use the `sandbox.git` methods to run common git operations inside a sandbox.
9
10
<CodeGroup>
11
```js JavaScript & TypeScript
12
-import { Sandbox } from '@e2b/code-interpreter'
13
-
14
const sandbox = await Sandbox.create()
15
16
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', {
20
18
})
21
19
```
22
```python Python
23
-from e2b_code_interpreter import Sandbox
24
25
sandbox = Sandbox.create()
26
27
sandbox.git.clone(
0 commit comments