Chore: rm useless import and vars (#22108)

This commit is contained in:
Yongtao Huang
2025-07-10 11:47:43 +08:00
committed by GitHub
parent 6f8c7a66c8
commit 10858ea1dc
7 changed files with 0 additions and 12 deletions

View File

@@ -4,7 +4,6 @@ import time
from core.rag.datasource.vdb.couchbase.couchbase_vector import CouchbaseConfig, CouchbaseVector
from tests.integration_tests.vdb.test_vector_store import (
AbstractVectorTest,
get_example_text,
setup_mock_redis,
)