Skip to content

Commit 27a2f63

Browse files
Yang JingYang Jing
authored andcommitted
Two unused imports removed
1 parent d3b7a9e commit 27a2f63

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

examples/langchain_hippodid_memory.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from typing import Any, Dict, List
1616

1717
from langchain.memory import BaseChatMemory
18-
from langchain.schema import BaseMessage
1918
from langchain_anthropic import ChatAnthropic
2019
from langchain.chains import ConversationChain
2120

tests/test_agent_config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
import httpx
44

5-
from tests.conftest import CHARACTER_JSON
6-
75

86
CID = "c1000000-0000-0000-0000-000000000001"
97

0 commit comments

Comments
 (0)