style(lightrag): 调整代码格式

This commit is contained in:
Magic_yuan
2024-12-11 14:06:55 +08:00
parent b89041b5b3
commit 9a2afc9484

View File

@@ -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