Skip to content

Commit ddedb61

Browse files
authored
Merge pull request #2363 from tisnik/lcore-3428
LCORE-3428: Fixed error introduced by merging old PR
2 parents e947282 + ff704f1 commit ddedb61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/models/config/test_vector_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import pytest
77
import yaml
8-
from llama_stack.core.stack import replace_env_vars
8+
from ogx.core.stack import replace_env_vars
99
from pydantic import SecretStr, TypeAdapter, ValidationError
1010

1111
from models.config import Configuration, VectorStoreProvider

0 commit comments

Comments
 (0)