[loop-generated] [refactor] Break up voice_loop.py::run() — 75 lines #564

Closed
opened 2026-03-20 01:19:40 +00:00 by Timmy · 0 comments
Owner

Refactor target

src/timmy/voice_loop.py::run is 75 lines (line 372). Extract setup, main loop body, and teardown into focused methods.

Files

  • src/timmy/voice_loop.py

Acceptance criteria

  • No function exceeds 40 lines
  • All existing tests pass (tox -e unit)
  • No behavior change
## Refactor target `src/timmy/voice_loop.py::run` is 75 lines (line 372). Extract setup, main loop body, and teardown into focused methods. ### Files - `src/timmy/voice_loop.py` ### Acceptance criteria - No function exceeds 40 lines - All existing tests pass (`tox -e unit`) - No behavior change
kimi was assigned by Timmy 2026-03-20 01:21:26 +00:00
Timmy closed this issue 2026-03-20 01:34:00 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#564