style(test): drop unused img in ungraduated-head sweep test (ruff F841)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ttrj5P7upUTueSfoJcxEqa
This commit is contained in:
@@ -104,7 +104,7 @@ def test_sweep_skips_under_supported_head(db_sync):
|
||||
|
||||
def test_sweep_skips_ungraduated_head(db_sync):
|
||||
# auto_apply_threshold is None (head never reached the precision bar).
|
||||
img = _img(db_sync, "d" * 64, _emb(0))
|
||||
_img(db_sync, "d" * 64, _emb(0))
|
||||
tag = Tag(name="nograd", kind=TagKind.general)
|
||||
db_sync.add(tag)
|
||||
db_sync.flush()
|
||||
|
||||
Reference in New Issue
Block a user