Skip to content

Commit cf94179

Browse files
committed
style
1 parent f870fd3 commit cf94179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/finetuning/download_as_jsonl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def fetch_trace_logs_as_jsonl() -> List[Dict]:
2222
filter_value="personalize_email_german",
2323
filter_operator=FilterOperator.EQUALS,
2424
page_size=page_size,
25-
status='success',
25+
status="success",
2626
)
2727
initial_fetch = p.get_trace_logs(query_params)
2828
fetched_trace_logs = initial_fetch.results

0 commit comments

Comments
 (0)