Update import statement in DocumentToRecord.py

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-02-25 23:02:30 -03:00
commit 41493db4f3

View file

@ -1,4 +1,5 @@
from git import List
from typing import List
from langchain_core.documents import Document
from langflow import CustomComponent