fix make lint error

This commit is contained in:
gsw945 2025-09-09 19:51:33 +08:00
parent 92b485f501
commit 3d6e40e817

View file

@ -16,7 +16,6 @@ limitations under the License.
# Running tests: pytest -xvs tests/llm_client/test_ollama_client.py
import os
import pytest
from pydantic import BaseModel, Field
@ -24,7 +23,6 @@ from pydantic import BaseModel, Field
from graphiti_core.llm_client.ollama_client import OllamaClient
from graphiti_core.prompts.models import Message
# Skip tests if no Ollama API/key or local server available
# pytestmark = pytest.mark.skipif(
# 'OLLAMA_HOST' not in os.environ,