mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Revert unncessary change
This commit is contained in:
parent
2b75d5e777
commit
029bbf41e4
1 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
"""
|
||||
Tests for Google GenAI proxy API endpoints.
|
||||
Test to verify the Google GenAI proxy API endpoints
|
||||
"""
|
||||
import os
|
||||
import sys
|
||||
|
|
@ -8,7 +8,9 @@ from unittest.mock import AsyncMock, patch
|
|||
|
||||
import pytest
|
||||
|
||||
sys.path.insert(0, os.path.abspath("../../.."))
|
||||
sys.path.insert(
|
||||
0, os.path.abspath("../../..")
|
||||
) # Adds the parent directory to the system path
|
||||
|
||||
|
||||
def _make_app():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue