chore: remove unused import
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Federico Aguzzi 2024-07-14 22:36:43 +02:00
parent a7249685cb
commit fd1b7cb24a

View File

@ -11,7 +11,6 @@ from .abstract_graph import AbstractGraph
from ..nodes import (
FetchNode,
ParseNode,
RAGNode,
GenerateAnswerNode
)