Skip to content

Commit 7e13c4a

Browse files
earayuclaude
andcommitted
fix(celery Wave 6 #33 chunk 3): drop unused F401 import from test
CI lint-and-unit caught F401 on PR #1742 — `_build_lineage_graph_store_for` was imported in the test file but the test that exercises it uses the `pipeline_module._build_lineage_graph_store_for(...)` form so the imported binding itself is unused. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 6f085df commit 7e13c4a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/unit_test/domains/retrieval/test_graph_search_migration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
import pathlib
3333

3434
from aperag.domains.retrieval.pipeline import (
35-
_build_lineage_graph_store_for,
3635
_render_graph_context_text,
3736
)
3837
from aperag.indexing.graph import (

0 commit comments

Comments
 (0)