Skip to content

fix: resolve typecheck, lint, and test failures#769

Open
claude[bot] wants to merge 1 commit intomainfrom
assistant/improve-20260315-033850
Open

fix: resolve typecheck, lint, and test failures#769
claude[bot] wants to merge 1 commit intomainfrom
assistant/improve-20260315-033850

Conversation

@claude
Copy link
Contributor

@claude claude bot commented Mar 15, 2026

Summary

  • Fix type error in provider_handler.py: use correct type literal "image_url" for MessageImageContent
  • Remove trailing whitespace from huggingface_provider.py
  • Fix import sorting across multiple files (ruff auto-fix)
  • Remove quotes from unnecessary type annotation in asset_storage.py
  • Fix test code quality issues (unused variable, list concatenation)
  • Remove temporary patch and test scripts

Test plan

  • make typecheck passes
  • make lint passes
  • make test passes (pre-existing Apify provider test failures are unrelated)

🤖 Generated with Claude Code

- Fix type error in provider_handler.py: use correct type literal "image_url" for MessageImageContent
- Remove trailing whitespace from huggingface_provider.py
- Fix import sorting across multiple files (ruff auto-fix)
- Remove quotes from unnecessary type annotation in asset_storage.py
- Fix test code quality issues (unused variable, list concatenation)
- Remove temporary patch and test scripts (patch_file.py, patch_tests.py, test_list_files.py, test_tmp_dl.py)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

0 participants