cleaned code

This commit is contained in:
Yannick Stephan
2025-02-09 15:24:30 +01:00
parent 28b53144d9
commit 7116bd1872
4 changed files with 9 additions and 8 deletions

View File

@@ -74,6 +74,7 @@ class MongoKVStorage(BaseKVStorage):
"""Drop the collection"""
await self._data.drop()
@dataclass
class MongoGraphStorage(BaseGraphStorage):
"""