From 6bee4597a944c537654904699d26a54398f6eb82 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Mon, 31 Aug 2026 13:04:49 -0700 Subject: [PATCH] Remove reference to untracked local todos/ directory Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_012U7coQfVu8nK2R4q2mCULA --- tests/test_tasks_endpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_tasks_endpoint.py b/tests/test_tasks_endpoint.py index acc4f08f..00561866 100644 --- a/tests/test_tasks_endpoint.py +++ b/tests/test_tasks_endpoint.py @@ -1,5 +1,5 @@ """ -Tests for the /-/tasks introspection endpoint (todos/first-request/06-tasks-endpoint.md). +Tests for the /-/tasks introspection endpoint. /-/tasks exposes datasette._background_tasks (see tests/test_background_tasks.py for the supervisor machinery itself) the same way /-/threads exposes threading