ruff fix
This commit is contained in:
parent
cf87b833a0
commit
636843fcf1
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ async def concurrent_subprocess_access():
|
||||||
writer_process.wait()
|
writer_process.wait()
|
||||||
reader_process.wait()
|
reader_process.wait()
|
||||||
|
|
||||||
logger.info(f"Basic write read subprocess example finished")
|
logger.info("Basic write read subprocess example finished")
|
||||||
|
|
||||||
await cognee.prune.prune_data()
|
await cognee.prune.prune_data()
|
||||||
await cognee.prune.prune_system(metadata=True)
|
await cognee.prune.prune_system(metadata=True)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue