Skip to content

Commit 3c7985f

Browse files
committed
refactor: update SandboxException import path
1 parent aaab428 commit 3c7985f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ucloud_sandbox/sandbox_sync/filesystem/watch_handle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import List
22

3-
from e2b import SandboxException
3+
from ucloud_sandbox.exceptions import SandboxException
44
from ucloud_sandbox.envd.filesystem import filesystem_connect
55
from ucloud_sandbox.envd.filesystem.filesystem_pb2 import (
66
GetWatcherEventsRequest,

0 commit comments

Comments
 (0)