diff options
| author | shihaoyue <[email protected]> | 2024-08-30 12:36:40 +0800 |
|---|---|---|
| committer | shihaoyue <[email protected]> | 2024-08-30 12:36:40 +0800 |
| commit | 0d3b329cf3c62b0e9b599c8c337c7dc5c1b8b840 (patch) | |
| tree | d3268cb739a7508ab7216f64fda11195baa0fb9f /server/apps | |
| parent | 616fc42f4467b7e95703f2ccd0ace77ac5950251 (diff) | |
更新Target数据库模型
Diffstat (limited to 'server/apps')
| -rw-r--r-- | server/apps/agentcomm.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/apps/agentcomm.py b/server/apps/agentcomm.py index 40cde2b..befd176 100644 --- a/server/apps/agentcomm.py +++ b/server/apps/agentcomm.py @@ -13,7 +13,6 @@ from .util import error from model import Agent, TaskLog, Policy, TaskPolicy from exts import db from sqlalchemy.exc import SQLAlchemyError -from .target import get_pernode_delay bp = APIBlueprint("代理管理接口集合", __name__, url_prefix="/agent") |
