style(lightrag): 调整代码格式
This commit is contained in:
parent
b89041b5b3
commit
9a2afc9484
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
|
||||||
from .utils import (
|
from .utils import (
|
||||||
wrap_embedding_func_with_attrs,
|
wrap_embedding_func_with_attrs,
|
||||||
locate_json_string_body_from_string,
|
locate_json_string_body_from_string,
|
||||||
safe_unicode_decode, logger,
|
safe_unicode_decode,
|
||||||
|
logger,
|
||||||
)
|
)
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue