Skip to content

Commit 3f87418

Browse files
yeldarbyclaude
andcommitted
fix: remove unused variable in annotation test
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 696e5d4 commit 3f87418

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cli/test_annotation_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_json_output(self, _resolve, mock_api):
105105

106106
@patch(_RESOLVE, return_value=None)
107107
def test_resolve_failure(self, _resolve):
108-
result = runner.invoke(app, ["annotation", "batch", "list", "-p", "bad"])
108+
runner.invoke(app, ["annotation", "batch", "list", "-p", "bad"])
109109
# Should not crash when resolve returns None
110110

111111

0 commit comments

Comments
 (0)