ParisNeo commited on
Commit
50e2388
·
unverified ·
1 Parent(s): aadb0ac

Update json_doc_status_impl.py

Browse files
lightrag/kg/json_doc_status_impl.py CHANGED
@@ -68,8 +68,7 @@ class JsonDocStatusStorage(DocStatusStorage):
68
  for doc_id in doc_ids:
69
  self._data.pop(doc_id, None)
70
  await self.index_done_callback()
71
-
72
  async def drop(self) -> None:
73
  """Drop the storage"""
74
  self._data.clear()
75
-
 
68
  for doc_id in doc_ids:
69
  self._data.pop(doc_id, None)
70
  await self.index_done_callback()
71
+
72
  async def drop(self) -> None:
73
  """Drop the storage"""
74
  self._data.clear()