remove drops unused

This commit is contained in:
Yannick Stephan
2025-02-17 23:16:17 +01:00
parent 442838d0f1
commit 66c4b01fdd
7 changed files with 2 additions and 37 deletions

View File

@@ -214,10 +214,6 @@ class TiDBKVStorage(BaseKVStorage):
# Ti handles persistence automatically
pass
async def drop(self) -> None:
raise NotImplementedError
@final
@dataclass
class TiDBVectorDBStorage(BaseVectorStorage):