Skip to content

Commit 321d87f

Browse files
committed
lint
1 parent 050c01a commit 321d87f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

guardrails/run.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,9 @@ async def async_call(
695695
except Exception:
696696
llm_response = await api(prompt.source)
697697
else:
698-
raise ValueError("'output', 'prompt' or 'msg_history' must be provided.")
698+
raise ValueError(
699+
"'output', 'prompt' or 'msg_history' must be provided."
700+
)
699701

700702
action.log(
701703
message_type="info",

0 commit comments

Comments
 (0)