fix import path

This commit is contained in:
Ishaan Jaff 2025-04-23 14:48:13 -07:00
parent ce58c53ff1
commit 101c350f98
7 changed files with 7 additions and 15 deletions

View file

@ -16,7 +16,7 @@ sys.path.insert(
) # Adds the parent directory to the system path
import pytest
import litellm
from litellm_proxy.enterprise.enterprise_hooks.openai_moderation import (
from enterprise.enterprise_hooks.openai_moderation import (
_ENTERPRISE_OpenAI_Moderation,
)
from litellm import Router, mock_completion