[skip ci] Update comments of parser on benchmark (#13490)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/13566/head
wt 2021-12-16 15:24:38 +08:00 committed by GitHub
parent 0d3561459a
commit fbbf5d81bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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