mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
minor adjustments
This commit is contained in:
parent
5dd7e00127
commit
feae09da5d
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
from litellm.caching.s3_cache import S3Cache
|
||||
import os
|
||||
import sys
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
|
@ -12,6 +11,8 @@ sys.path.insert(
|
|||
0, os.path.abspath("../../..")
|
||||
) # Adds the parent directory to the system path
|
||||
|
||||
from litellm.caching.s3_cache import S3Cache
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def mock_s3_dependencies():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue