From 81f48c8467089647c73c6fb35a801c43f0d80969 Mon Sep 17 00:00:00 2001 From: root <953994191@qq.com> Date: Wed, 29 Apr 2026 19:16:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20contact/api=5Fclient.py=20?= =?UTF-8?q?=E7=9A=84=E5=AF=BC=E5=85=A5=EF=BC=8C=E4=BB=8E=20.state=20?= =?UTF-8?q?=E8=80=8C=E4=B8=8D=E6=98=AF=20app.main=5Fgraph.state?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/subgraphs/contact/api_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/subgraphs/contact/api_client.py b/backend/app/subgraphs/contact/api_client.py index ac76d81..ea6b3f3 100644 --- a/backend/app/subgraphs/contact/api_client.py +++ b/backend/app/subgraphs/contact/api_client.py @@ -6,7 +6,7 @@ from typing import Dict, Any, Optional, List from datetime import datetime from dataclasses import dataclass -from app.main_graph.state import Contact, Email +from .state import Contact, Email # ========== 模拟数据(保留作为备选)==========