mirror of
https://github.com/langgenius/dify.git
synced 2026-04-25 13:16:16 +08:00
[autofix.ci] apply automated fixes (attempt 2/3)
This commit is contained in:
@ -45,7 +45,8 @@ class SandboxProviderService:
|
||||
}
|
||||
system_configs = {
|
||||
config.provider_type: config
|
||||
for config in session.query(SandboxProviderSystemConfig).where(SandboxProviderSystemConfig.provider_type.in_(provider_types))
|
||||
for config in session.query(SandboxProviderSystemConfig)
|
||||
.where(SandboxProviderSystemConfig.provider_type.in_(provider_types))
|
||||
.all()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user