fixed drop

This commit is contained in:
Yannick Stephan
2025-02-18 10:21:14 +01:00
parent 49b1fc9bdf
commit fc0cf2934e
4 changed files with 2 additions and 24 deletions

View File

@@ -135,10 +135,6 @@ class BaseKVStorage(StorageNameSpace, ABC):
async def upsert(self, data: dict[str, dict[str, Any]]) -> None:
"""Upsert data"""
@abstractmethod
async def drop(self) -> None:
"""Drop the storage"""
@dataclass
class BaseGraphStorage(StorageNameSpace, ABC):