Skip to content

Commit 12c75a3

Browse files
committed
style: standardize quotation marks from double to single in Python files for consistency
1 parent 86207f4 commit 12c75a3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

evaluate/experiments/threads/database_search/database_search.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,4 @@
218218
"\u7ed3\u679c\u6570\u91cf\u6b63\u786e"
219219
]
220220
}
221-
]
221+
]

evaluate/experiments/threads/database_search/database_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
print('🚀 人类模拟器启动')
88
print('=' * 50)
99

10-
asyncio.run(evaluation_threads_task("database_search.json", max_turn_count=5))
10+
asyncio.run(evaluation_threads_task('database_search.json', max_turn_count=5))

evaluate/experiments/threads/structure_generate/structure_generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
print('🚀 人类模拟器启动')
99
print('=' * 50)
1010

11-
asyncio.run(evaluation_threads_task("structure_generate.json"))
11+
asyncio.run(evaluation_threads_task('structure_generate.json'))

0 commit comments

Comments
 (0)