mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
Fix : test_exception_without_scanners
This commit is contained in:
parent
8374b4d939
commit
fe20e66a1d
1 changed files with 1 additions and 2 deletions
|
|
@ -37,7 +37,6 @@ from litellm.proxy.guardrails.guardrail_hooks.pillar.pillar import (
|
|||
)
|
||||
from litellm.proxy.guardrails.init_guardrails import init_guardrails_v2
|
||||
|
||||
|
||||
# ============================================================================
|
||||
# FIXTURES
|
||||
# ============================================================================
|
||||
|
|
@ -49,8 +48,8 @@ def setup_and_teardown():
|
|||
Standard LiteLLM fixture that reloads litellm before every function
|
||||
to speed up testing by removing callbacks being chained.
|
||||
"""
|
||||
import importlib
|
||||
import asyncio
|
||||
import importlib
|
||||
import sys
|
||||
|
||||
# Reload litellm to ensure clean state
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue