Skip to content

Commit 581828d

Browse files
committed
fix whitespace linting
1 parent 6cfec78 commit 581828d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/knowledge-tuning/02_Data_Processing/Data_Processing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
"# Map the ICL fields to each document chunk (if you want to use the same ICL for all, as shown here)\n",
400400
"seed_data = chunks.map(lambda x: icl)\n",
401401
"\n",
402-
"# Save the seed data to a JSONL file \n",
402+
"# Save the seed data to a JSONL file\n",
403403
"seed_data.to_json(f\"{OUTPUT_DIR}/seed_data.jsonl\", orient=\"records\", lines=True)"
404404
]
405405
},

0 commit comments

Comments
 (0)