fix make lint error
This commit is contained in:
parent
92b485f501
commit
3d6e40e817
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue