Skip to content

Commit e3fda20

Browse files
committed
fix registry import
1 parent 18ec3a7 commit e3fda20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • kag/open_benchmark/musique/src

kag/open_benchmark/musique/src/eval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def eval(qa_file_path, thread_num=10, upper_limit=1000, collect_file="benchmark.
7070

7171
if __name__ == "__main__":
7272
# benchmark common component
73-
import kag.open_benchmark.common_component
73+
import kag.open_benchmark.common_component # noqa: F401
7474

7575
delay_run(hours=0)
7676
# 解析命令行参数

0 commit comments

Comments
 (0)