Skip to content

Commit 355174d

Browse files
committed
style(dspy): run ruff check
1 parent 64209c1 commit 355174d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsp/modules/cohere.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def basic_request(self, prompt: str, **kwargs):
9494
"response": response,
9595
"kwargs": kwargs,
9696
"raw_kwargs": raw_kwargs,
97-
}
97+
},
9898
)
9999

100100
return response

0 commit comments

Comments
 (0)