Skip to content

Commit 119815e

Browse files
Autoformat
1 parent aa63dec commit 119815e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

guardrails/guard.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
overload,
2323
)
2424

25-
from guardrails_api_client.models import AnyObject
26-
from guardrails_api_client.models import Guard as GuardModel
2725
from 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
3333
from guardrails_api_client.types import UNSET
3434
from langchain_core.messages import BaseMessage
3535
from 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(

0 commit comments

Comments
 (0)