diff --git a/examples/python/simple_example.py b/examples/python/simple_example.py index 5e6ede707..55b07c4c3 100644 --- a/examples/python/simple_example.py +++ b/examples/python/simple_example.py @@ -9,7 +9,6 @@ from cognee.api.v1.search import SearchType async def main(): - raise ValueError # Create a clean slate for cognee -- reset data and system state print("Resetting cognee data...") await cognee.prune.prune_data()