Skip to content

Commit 48e51ec

Browse files
committed
refactor: move CommandExitException import from exceptions to command_handle module.
1 parent ff0ad86 commit 48e51ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ucloud_sandbox/desktop/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
from ucloud_sandbox.sandbox_sync.main import Sandbox as SandboxBase
1212
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
13+
from ucloud_sandbox.sandbox.commands.command_handle import CommandResult, CommandExitException
14+
from ucloud_sandbox.exceptions import TimeoutException
1515
from ucloud_sandbox.connection_config import ApiParams
1616
from typing_extensions import Self, Unpack
1717

0 commit comments

Comments
 (0)