Revert unncessary change

This commit is contained in:
Mai Nakagawa 2026-04-10 14:32:30 +09:00
parent 2b75d5e777
commit 029bbf41e4
No known key found for this signature in database
GPG key ID: D0D676E60A6D4042

View file

@ -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():