Skip to content

Commit de18c65

Browse files
remove unused import
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
1 parent 39951a8 commit de18c65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wdoc/utils/retrievers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Retrievers used to retrieve the appropriate embeddings for a given query.
33
"""
44

5-
from beartype.typing import Any, List, Union, Optional
5+
from beartype.typing import Any, List, Optional
66
from langchain.docstore.document import Document
77

88
# from langchain.storage import LocalFileStore

0 commit comments

Comments
 (0)