Magicyuan commited on
Commit
ad0364b
·
1 Parent(s): b6f2187

style(lightrag): 调整代码格式

Browse files
Files changed (1) hide show
  1. lightrag/llm.py +2 -1
lightrag/llm.py CHANGED
@@ -29,7 +29,8 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
29
  from .utils import (
30
  wrap_embedding_func_with_attrs,
31
  locate_json_string_body_from_string,
32
- safe_unicode_decode, logger,
 
33
  )
34
 
35
  import sys
 
29
  from .utils import (
30
  wrap_embedding_func_with_attrs,
31
  locate_json_string_body_from_string,
32
+ safe_unicode_decode,
33
+ logger,
34
  )
35
 
36
  import sys