Skip to content

Commit 9531e3f

Browse files
committed
fix pylint
1 parent 193f28b commit 9531e3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/mlc_llm/bench/dataset.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,9 @@ def _process_data(self, data):
285285
return {
286286
"prompt": [
287287
{
288-
"content": f"You are a helpful assistant that answers in JSON. Here's the json schema you must adhere to:\n<schema>\n{new_schema}\n</schema>\n",
288+
"content": "You are a helpful assistant that answers in JSON. "
289+
"Here's the json schema you must adhere to:"
290+
f"\n<schema>\n{new_schema}\n</schema>\n",
289291
"role": "system",
290292
},
291293
data["prompt"][1],

0 commit comments

Comments
 (0)