fix: resolve CI linting and type checking issues
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-04 22:07:45 +00:00
parent 74d4daa761
commit 4af6ee2922

View File

@@ -1,10 +1,9 @@
"""Output utilities with Rich formatting."""
from typing import Any, Dict, List, Optional
from typing import Any, Dict, Optional
from rich.console import Console
from rich.table import Table
from rich.text import Text
from rich.theme import Theme