Skip to content

Commit f73fcbe

Browse files
committed
Import Unpack from extensions
1 parent fc8a456 commit f73fcbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/python-sdk/e2b/sandbox/sandbox_api.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from dataclasses import dataclass
2-
from typing import Optional, Dict, Union, Unpack
2+
from typing import Optional, Dict, Union
3+
from typing_extensions import Unpack
34
from datetime import datetime
45

56
from e2b import ConnectionConfig

0 commit comments

Comments
 (0)