Skip to content

Commit 2299504

Browse files
committed
Revert "Dummy commit to set up the chore/type-clean-guardrails PR and branch"
This reverts commit 71d00f0.
1 parent de7c35c commit 2299504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemoguardrails/actions/llm/generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ async def init(self):
130130
self._init_flows_index(),
131131
)
132132

133-
def _extract_user_message_example(self, flow: Flow) -> None:
133+
def _extract_user_message_example(self, flow: Flow):
134134
"""Heuristic to extract user message examples from a flow."""
135135
elements = [item for item in flow.elements if item["_type"] != "doc_string_stmt" and item["_type"] != "stmt"]
136136
if len(elements) != 2:

0 commit comments

Comments
 (0)