Skip to content

Commit e82a4ca

Browse files
committed
spacing
1 parent 8f17fd8 commit e82a4ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

verifiers/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
MessageType = Literal["chat", "completion"]
2727
ModelResponse = Completion | ChatCompletion | None
2828

29-
3029
Message = str | ChatMessage
3130
Messages = str | list[ChatMessage]
3231
Info = dict[str, Any]

0 commit comments

Comments
 (0)