Update json_doc_status_impl.py
This commit is contained in:
parent
9b9f989160
commit
1fe47e5ef1
1 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue