Update json_doc_status_impl.py

This commit is contained in:
Saifeddine ALOUI
2025-02-18 10:24:54 +01:00
committed by GitHub
parent 9b9f989160
commit 1fe47e5ef1

View File

@@ -72,4 +72,3 @@ class JsonDocStatusStorage(DocStatusStorage):
async def drop(self) -> None:
"""Drop the storage"""
self._data.clear()