nw9663644-eng commented on code in PR #359: URL: https://github.com/apache/hugegraph-ai/pull/359#discussion_r3363170652
########## hugegraph-llm/src/hugegraph_llm/flows/graph_extract.py: ########## @@ -19,6 +19,10 @@ from hugegraph_llm.flows.common import BaseFlow from hugegraph_llm.nodes.document_node.chunk_split import ChunkSplitNode +from hugegraph_llm.operators.document_op.chunk_split import ( Review Comment: Thanks. I ran Ruff import sorting and formatting on the touched files, and the import block has been reordered by `ruff check --fix`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
