We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CommandExitException
exceptions
command_handle
1 parent ff0ad86 commit 48e51ecCopy full SHA for 48e51ec
1 file changed
ucloud_sandbox/desktop/main.py
@@ -10,8 +10,8 @@
10
11
from ucloud_sandbox.sandbox_sync.main import Sandbox as SandboxBase
12
from ucloud_sandbox.sandbox_sync.commands.command_handle import CommandHandle
13
-from ucloud_sandbox.sandbox.commands.command_handle import CommandResult
14
-from ucloud_sandbox.exceptions import TimeoutException, CommandExitException
+from ucloud_sandbox.sandbox.commands.command_handle import CommandResult, CommandExitException
+from ucloud_sandbox.exceptions import TimeoutException
15
from ucloud_sandbox.connection_config import ApiParams
16
from typing_extensions import Self, Unpack
17
0 commit comments