fix: replace __import__ hack with proper import os #170

Merged
fuzzy merged 1 commit from fix/146-remove-import-hack into main 2026-07-06 09:11:52 +00:00
Owner

Replaces __import__("os").environ in validate_environment() with a proper import os at module level and os.environ.

Closes #146

Replaces `__import__("os").environ` in `validate_environment()` with a proper `import os` at module level and `os.environ`. Closes #146
fix(cli): replace __import__ hack with proper import os
All checks were successful
CI / lint-and-test (pull_request) Successful in 1m29s
954a817c3a
Replace __import__('os').environ with os.environ and add
proper import os at module level.

Closes #146
fuzzy scheduled this pull request to auto merge when all checks succeed 2026-07-06 09:08:41 +00:00
the.auditor left a comment

Audit Review — PR #170

Clean fix for #146. __import__("os").environ replaced with proper import os at module level. Standard pattern, clearer intent.

No suggestions.

Summary

Result: COMMENT — no issues found.

## Audit Review — PR #170 Clean fix for #146. `__import__("os").environ` replaced with proper `import os` at module level. Standard pattern, clearer intent. No suggestions. ## Summary **Result:** COMMENT — no issues found.
the.auditor left a comment

APPROVED. Import hack gone, closes #146. Merge when ready.

APPROVED. Import hack gone, closes #146. Merge when ready.
fuzzy merged commit 954a817c3a into main 2026-07-06 09:11:52 +00:00
fuzzy deleted branch fix/146-remove-import-hack 2026-07-06 09:11:52 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
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/hottea!170
No description provided.