Skip to content

Commit 59ab0a5

Browse files
committed
修改检视意见
1 parent aeff111 commit 59ab0a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

framework/fel/python/plugins/fel_llama_splitter_tools/llama_splitter_tool.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
import traceback
77
from typing import Tuple, List, Any, Callable
88

9-
from fitframework import fit_logger, fitable
9+
from fitframework import fit_logger
10+
from fitframework.api.decorators import fitable
1011
from llama_index.core.node_parser import (
1112
SentenceSplitter,
1213
TokenTextSplitter,

0 commit comments

Comments
 (0)