Update json_doc_status_impl.py
This commit is contained in:
@@ -68,8 +68,7 @@ class JsonDocStatusStorage(DocStatusStorage):
|
|||||||
for doc_id in doc_ids:
|
for doc_id in doc_ids:
|
||||||
self._data.pop(doc_id, None)
|
self._data.pop(doc_id, None)
|
||||||
await self.index_done_callback()
|
await self.index_done_callback()
|
||||||
|
|
||||||
async def drop(self) -> None:
|
async def drop(self) -> None:
|
||||||
"""Drop the storage"""
|
"""Drop the storage"""
|
||||||
self._data.clear()
|
self._data.clear()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user