Commit 7e13c4a
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
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
0 commit comments