fix: resolve CI import and type mismatch issues
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.9) (push) Has been cancelled
CI / build (push) Has been cancelled
CI / release (push) Has been cancelled

This commit is contained in:
2026-02-03 10:39:02 +00:00
parent 96e5b1e745
commit 127a98f1a5

View File

@@ -1,5 +1,3 @@
"""CLI module for AI Code Audit CLI."""
from .commands import app
__all__ = ["app"]