File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 2222 overload ,
2323)
2424
25- from guardrails_api_client .models import AnyObject
26- from guardrails_api_client .models import Guard as GuardModel
2725from guardrails_api_client .models import (
26+ AnyObject ,
2827 History ,
2928 HistoryEvent ,
3029 ValidatePayload ,
3130 ValidationOutput ,
3231)
32+ from guardrails_api_client .models import Guard as GuardModel
3333from guardrails_api_client .types import UNSET
3434from langchain_core .messages import BaseMessage
3535from langchain_core .runnables import Runnable , RunnableConfig
@@ -897,8 +897,6 @@ def __parse(
897897 has_parent = False , # Has no parents
898898 )
899899
900- # this is a really really really really really really really really really really really really really really really really really really really really really really really really really really really long comment
901-
902900 self .configure (final_num_reasks )
903901 if self .num_reasks is None :
904902 raise RuntimeError (
You can’t perform that action at this time.
0 commit comments