Skip to content

Conversation

@ShaneIsley
Copy link
Owner

Removed the unused result variable assignment in the
test_custom_progress_callback function. The test only needs to verify
callback invocations, not the return value.

This fixes the ruff F841 linting error that was causing CI failures.

Removed the unused `result` variable assignment in the
test_custom_progress_callback function. The test only needs to verify
callback invocations, not the return value.

This fixes the ruff F841 linting error that was causing CI failures.
Applied ruff formatting to 8 files that were not properly formatted:
- benchmarks/runner.py
- examples/oolong_example.py
- examples/subprocess_repl_demo.py
- rlm/environments/subprocess_repl.py
- tests/clients/test_huggingface.py
- tests/environments/test_subprocess_repl.py
- tests/test_exceptions.py
- tests/test_registry.py

This ensures the codebase passes CI formatting checks.
@ShaneIsley ShaneIsley merged commit 1f72735 into main Jan 15, 2026
3 checks passed
@ShaneIsley ShaneIsley deleted the claude/fix-unused-variable-b2lev branch January 15, 2026 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants