Skip to content

Commit

Permalink
fix zenguard docs linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yaksh0nti committed Jun 15, 2024
1 parent f8dafce commit 47e29ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/docs/integrations/tools/zenguard.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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.\")"
]
},
{
Expand Down

0 comments on commit 47e29ec

Please sign in to comment.