Update runnermgr.py

This commit is contained in:
bright141
2024-12-04 15:50:45 +08:00
committed by GitHub
parent 9027db8587
commit 2ea3ff0b5c

View File

@@ -4,7 +4,7 @@ from . import runner
from ..core import app
from .runners import localagent
from .runners import difypai
from .runners import difyapi
class RunnerManager: