Update import statement in DocumentToRecord.py
This commit is contained in:
parent
20890d511a
commit
41493db4f3
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from git import List
|
||||
from typing import List
|
||||
|
||||
from langchain_core.documents import Document
|
||||
|
||||
from langflow import CustomComponent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue