774056846 5 months ago
parent
commit
19b6e59120
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/callcenter/agent.py

+ 1 - 1
src/core/callcenter/agent.py

@@ -9,7 +9,7 @@ from src.core.callcenter.enumeration import AgentState, AgentCheck, AgentHeartSt
     AgentScene, BizErrorCode, WorkStatus, DownEvent, HumanState
 from sqlalchemy import or_
 from src.core.callcenter.dao import *
-from src.core.callcenter.exception import BizException
+from src.core.callcenter import BizException
 from src.core.callcenter.api import AgentActionRequest, AgentInfo, AgentQueryRequest, AgentRequest, AgentEventData, \
     AgentStateData, HumanServiceQueryRequest, AgentMonitorData
 from src.core.callcenter.push import PushHandler