supsrc 2025-10-14
Removed unused imports and cleaned up lint issues across 39 files
39 files · 128+ · 98-

Lint and import cleanup

26 files changed
  • config_cmds.py Removed unused imports
  • main.py Removed unused imports
  • sui_cmds.py Removed unused imports
  • utils.py Removed unused imports
  • watch_cmds.py Removed unused imports
  • auth.py Removed unused imports
  • base.py Removed unused imports
  • operations.py Removed unused imports
  • __init__.py Removed unused imports
  • core.py Removed unused imports
  • streaming.py Removed unused imports
  • gemini.py Removed unused imports
  • ollama.py Removed unused imports
  • status_manager.py Removed unused imports
  • monitor.py Removed unused imports
  • runtime.py Removed unused imports
  • app.py Removed unused imports
  • actions.py Removed unused imports
  • events.py Removed unused imports
  • repo_actions.py Removed unused imports
  • ui_helpers.py Removed unused imports
  • worker_helpers.py Removed unused imports
  • timer_manager.py Removed unused imports
  • pyproject.toml Small configuration adjustment
  • test_temp_emission.py Minor cleanup
  • streams.py Removed unused imports
  • Removed unused imports across CLI, engine, event, LLM, runtime, state, and TUI modules remediate internal
    23 files
    • config_cmds.py
    • main.py
    • sui_cmds.py
    • utils.py
    • watch_cmds.py
    • auth.py
    • base.py
    • operations.py
    • __init__.py
    • core.py
    • streaming.py
    • gemini.py
    • ollama.py
    • status_manager.py
    • monitor.py
    • runtime.py
    • app.py
    • actions.py
    • events.py
    • repo_actions.py
    • ui_helpers.py
    • worker_helpers.py
    • timer_manager.py

Test file updates

15 files changed
  • test_real_config.py Updated test assertions
  • test_atomic_file_operations.py Updated test assertions
  • test_console_verbose_output.py Updated test assertions
  • test_vscode_atomic_save.py Updated test assertions
  • test_console_formatter.py Updated test assertions
  • test_action_handler.py Updated test assertions
  • test_event_buffer_patterns.py Updated test assertions
  • test_event_processor_modes.py Updated test assertions
  • test_watch_command.py Updated test assertions
  • test_executor.py Updated test assertions
  • test_git_operations.py Updated test assertions
  • test_llm_utils.py Updated test assertions
  • test_steps.py Updated test assertions
  • test_test_runner.py Updated test assertions
  • uv.lock Lockfile refresh
  • Updated test files with cleaner assertions and imports qualify internal
    14 files
    • test_real_config.py
    • test_atomic_file_operations.py
    • test_console_verbose_output.py
    • test_vscode_atomic_save.py
    • test_console_formatter.py
    • test_action_handler.py
    • test_event_buffer_patterns.py
    • test_event_processor_modes.py
    • test_watch_command.py
    • test_executor.py
    • test_git_operations.py
    • test_llm_utils.py
    • test_steps.py
    • test_test_runner.py