fix(test): restore SimpleNamespace import in tui_app_coverage_steps (rebase fixup)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-14 22:54:44 -04:00
committed by Forgejo
parent 64147c8d1f
commit b83b84ca79
+1 -1
View File
@@ -5,7 +5,7 @@ import shutil
import sys
import tempfile
from pathlib import Path
from types import ModuleType
from types import ModuleType, SimpleNamespace
from typing import Any, cast
from unittest.mock import MagicMock