fixed edge

This commit is contained in:
Yannick Stephan
2025-02-17 23:20:10 +01:00
parent efb28c8003
commit 80272cbf16
6 changed files with 15 additions and 15 deletions

View File

@@ -117,6 +117,7 @@ class MongoKVStorage(BaseKVStorage):
# Mongo handles persistence automatically
pass
@final
@dataclass
class MongoDocStatusStorage(DocStatusStorage):