Skip to content

Commit 24787ec

Browse files
committed
Remove unused import
1 parent f0b261c commit 24787ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-apps/chat/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from urllib.parse import urljoin
66
from langchain.schema import HumanMessage, AIMessage, SystemMessage
77
from langchain_openai import ChatOpenAI
8-
from typing import Dict, List
8+
from typing import Dict
99
from pydantic import BaseModel, ConfigDict
1010

1111
log = utils.get_logger()

0 commit comments

Comments
 (0)