mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
refactor(sandbox): remove unused SANDBOX_WORK_DIR constant and update bash command descriptions for clarity
This commit is contained in:
@ -12,8 +12,7 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
class SandboxInitializer(ABC):
|
||||
@abstractmethod
|
||||
def initialize(self, env: VirtualEnvironment) -> None:
|
||||
...
|
||||
def initialize(self, env: VirtualEnvironment) -> None: ...
|
||||
|
||||
|
||||
class DifyCliInitializer(SandboxInitializer):
|
||||
|
||||
Reference in New Issue
Block a user