revert: drop duplicate valkey_semantic stub now declared on main

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
mateo 2026-09-21 23:47:26 +00:00
parent 89359bcdda
commit d1c398ee92

View file

@ -167,10 +167,6 @@ class _CacheTestHandle:
@staticmethod
def disk(directory: str) -> _CacheTestHandle: ...
@staticmethod
def valkey_semantic(
url: str, similarity_threshold: float, index_name: str, embedder: object
) -> _CacheTestHandle: ...
@staticmethod
def azure_blob(account_url: str, container: str) -> _CacheTestHandle: ...
@staticmethod
def gcs(