From 446e39632acc7b1e252f3f13a201e39c8e186779 Mon Sep 17 00:00:00 2001 From: Sheepsta300 <128811766+Sheepsta300@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:03:18 +1300 Subject: [PATCH] Reformat file --- .../langchain_community/chains/azure_content_safety_chain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/community/langchain_community/chains/azure_content_safety_chain.py b/libs/community/langchain_community/chains/azure_content_safety_chain.py index 3076f5b790ced..031acb176ddb8 100644 --- a/libs/community/langchain_community/chains/azure_content_safety_chain.py +++ b/libs/community/langchain_community/chains/azure_content_safety_chain.py @@ -78,7 +78,7 @@ class AzureAIContentSafetyChain(Chain): moderated_chain.invoke({"input": "Hey, How are you?"}) """ - client: Any = None #: :meta private: + client: Any = None #: :meta private: error: bool = False """Whether or not to error if bad content was found.""" input_key: str = "input" #: :meta private: