From 47e29eca7b57adec320a4e54a18123c8ee0ff40b Mon Sep 17 00:00:00 2001 From: Nuradil Date: Sat, 15 Jun 2024 15:01:33 +0500 Subject: [PATCH] fix zenguard docs linting errors --- docs/docs/integrations/tools/zenguard.ipynb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/docs/integrations/tools/zenguard.ipynb b/docs/docs/integrations/tools/zenguard.ipynb index ca9051c96181b..d3a8936be6d5d 100644 --- a/docs/docs/integrations/tools/zenguard.ipynb +++ b/docs/docs/integrations/tools/zenguard.ipynb @@ -121,9 +121,7 @@ "if response.get(\"is_detected\"):\n", " print(\"Prompt injection detected. ZenGuard: 1, hackers: 0.\")\n", "else:\n", - " print(\n", - " \"No prompt injection detected: carry on with the LLM of your choice.\"\n", - " )" + " print(\"No prompt injection detected: carry on with the LLM of your choice.\")" ] }, {