refactor(encryption): update encryption utility references and clean up sandbox provider service logic

This commit is contained in:
Harry
2026-01-09 17:22:23 +08:00
parent 925825a41b
commit eb821efda7
3 changed files with 19 additions and 42 deletions

View File

@ -40,10 +40,6 @@ class SandboxProviderSystemConfig(TypeBase):
init=False,
)
@property
def config(self) -> Mapping[str, Any]:
return cast(Mapping[str, Any], json.loads(self.encrypted_config or "{}"))
class SandboxProvider(TypeBase):
"""