Commit 9e2350b
test(themes): use one import form for theme_guard
CodeQL's py/import-and-import-from failed the gate: the orphaned-task
regression test reached the module as `import
ha_mcp.dashboard_screenshot.theme_guard as guard_module` while the file
already imports names from it with `from ... import`. Switched to the form
the file's other module-level monkeypatch test already uses,
`from ha_mcp.dashboard_screenshot import theme_guard as guard_module`.
Everything else on the previous head was green, including the first real
run of the deterministic dev-mode identity test, the corrected themes
assertion, and the raised performance baselines.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012Nm7tyA1nfxNCWFXaR3AxV1 parent 6f4fbcd commit 9e2350b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
548 | | - | |
| 548 | + | |
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
| |||
0 commit comments