Skip to content

Commit 04cb9bc

Browse files
committed
Remove underscore_attrs_are_private as it is deprecated.
1 parent 4c27cbf commit 04cb9bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ads/llm/guardrails/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ class Guardrail(BaseTool):
156156

157157
class Config:
158158
arbitrary_types_allowed = True
159-
underscore_attrs_are_private = True
160159

161160
name: str = ""
162161
description: str = "Guardrail"

0 commit comments

Comments
 (0)