mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
refactor(sandbox): move VMFactory and related classes, update imports to reflect new structure
This commit is contained in:
@ -10,8 +10,8 @@ from unittest.mock import MagicMock, patch
|
||||
|
||||
import pytest
|
||||
|
||||
from core.sandbox.factory import VMFactory, VMType
|
||||
from core.virtual_environment.__base.virtual_environment import VirtualEnvironment
|
||||
from core.virtual_environment.factory import VMFactory, VMType
|
||||
|
||||
|
||||
class TestSandboxType:
|
||||
|
||||
Reference in New Issue
Block a user