Skip to content

Commit f507ea0

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

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

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

0 commit comments

Comments
 (0)