Skip to content

Commit b4a4f85

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

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
@@ -137,7 +137,7 @@ async def init(self):
137137
self._init_flows_index(),
138138
)
139139

140-
def _extract_user_message_example(self, flow: Flow) -> None:
140+
def _extract_user_message_example(self, flow: Flow):
141141
"""Heuristic to extract user message examples from a flow."""
142142
elements = [
143143
item

0 commit comments

Comments
 (0)