mirror of https://github.com/milvus-io/milvus.git
[skip ci] Update comments of parser on benchmark (#13490)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/13566/head
parent
0d3561459a
commit
fbbf5d81bf
|
@ -259,7 +259,7 @@ def modify_file(file_path_list, is_modify=False, input_content=""):
|
|||
|
||||
|
||||
def read_json_file(file_name):
|
||||
""" return content of json file """
|
||||
""" Return content of json file """
|
||||
with open(file_name) as f:
|
||||
file_dict = json.load(f)
|
||||
return file_dict
|
||||
|
|
Loading…
Reference in New Issue