Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
soumik12345 committed Jan 15, 2025
1 parent 583e3f9 commit d53595a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/guardrails/test_prompt_injection_llm_guardrail.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
from openai import OpenAI

from weave.guardrails import PromptInjectionLLMGuardrail
from weave.guardrails.prompt_injection_guardrail import LLMGuardrailResponse, LLMGuardrailReasoning
from weave.guardrails.prompt_injection_guardrail import (
LLMGuardrailReasoning,
LLMGuardrailResponse,
)


# mock the create function
Expand Down

0 comments on commit d53595a

Please sign in to comment.