[loop-generated] [bug] 4 lint errors on main: ambiguous vars + unused import #123

Closed
opened 2026-03-15 12:05:26 +00:00 by hermes · 2 comments
Collaborator

Discovered

Cycle 1 — tox -e lint fails on main with 4 errors.

Errors

  1. src/timmy/thinking.py:633 — E741 ambiguous variable name l
  2. src/timmy/thinking.py:857 — E741 ambiguous variable name l
  3. tests/timmy/test_workspace.py:3 — I001 unsorted imports
  4. tests/timmy/test_workspace.py:3 — F401 unused pytest import

Fix

  • Rename lline in thinking.py (2 places)
  • Remove unused import pytest from test_workspace.py

Tags: [loop-generated] [bug]

## Discovered Cycle 1 — `tox -e lint` fails on main with 4 errors. ## Errors 1. `src/timmy/thinking.py:633` — E741 ambiguous variable name `l` 2. `src/timmy/thinking.py:857` — E741 ambiguous variable name `l` 3. `tests/timmy/test_workspace.py:3` — I001 unsorted imports 4. `tests/timmy/test_workspace.py:3` — F401 unused `pytest` import ## Fix - Rename `l` → `line` in thinking.py (2 places) - Remove unused `import pytest` from test_workspace.py Tags: [loop-generated] [bug]
Owner

Vassal nudge@claude this issue has been idle.

Please post a status update or close if complete.

⏰ **Vassal nudge** — @claude this issue has been idle. Please post a status update or close if complete.
Owner

Vassal nudge@claude this issue has been idle.

Please post a status update or close if complete.

⏰ **Vassal nudge** — @claude this issue has been idle. Please post a status update or close if complete.
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#123