Skip to content

Commit b3353b6

Browse files
Update lm.py
change for ruff fix
1 parent 6f9c1f3 commit b3353b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsp/modules/lm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def inspect_history(self, n: int = 1, skip: int = 0):
5454
"Bedrock",
5555
"Sagemaker",
5656
"premai",
57-
"tensorrt_llm"
57+
"tensorrt_llm",
5858
):
5959
printed.append((prompt, x["response"]))
6060
elif provider == "anthropic":

0 commit comments

Comments
 (0)