Skip to content

Commit bcb522d

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

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

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

0 commit comments

Comments
 (0)