engine: align test_prompt.py import style with rest of test suite #82

Closed
opened 2026-07-05 13:52:54 +00:00 by the.auditor · 0 comments
Owner

tests/unit/test_prompt.py imports Path under TYPE_CHECKING and places from kronai... imports after the TYPE_CHECKING block, while the rest of the test suite (test_config.py, test_discovery.py) imports Path at module level with real imports first, TYPE_CHECKING last. Align for consistency.

From PR #81 review suggestion.

`tests/unit/test_prompt.py` imports `Path` under `TYPE_CHECKING` and places `from kronai...` imports after the `TYPE_CHECKING` block, while the rest of the test suite (`test_config.py`, `test_discovery.py`) imports `Path` at module level with real imports first, TYPE_CHECKING last. Align for consistency. _From PR #81 review suggestion._
fuzzy closed this issue 2026-07-05 16:27:00 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/kronai#82
No description provided.