chore: Return example to previous state before testing error raising
Return example to normal state after confirming error raising will be caught by gh action Chore COG-686
This commit is contained in:
parent
f363ece4a7
commit
2389e60fc1
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ from cognee.api.v1.search import SearchType
|
||||||
|
|
||||||
|
|
||||||
async def main():
|
async def main():
|
||||||
raise ValueError
|
|
||||||
# Create a clean slate for cognee -- reset data and system state
|
# Create a clean slate for cognee -- reset data and system state
|
||||||
print("Resetting cognee data...")
|
print("Resetting cognee data...")
|
||||||
await cognee.prune.prune_data()
|
await cognee.prune.prune_data()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue