mirror of
https://github.com/langgenius/dify.git
synced 2026-05-09 12:59:18 +08:00
[autofix.ci] apply automated fixes (attempt 2/3)
This commit is contained in:
parent
2ce4c21be2
commit
e94c689dd3
@ -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()
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user