fix: resolve CI linting and type errors
Some checks failed
CI / lint (push) Has been cancelled
CI / type-check (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-04 12:57:59 +00:00
parent 6210cd6606
commit fc0f538543

View File

@@ -1,4 +1,5 @@
import sys """Main CLI entry point."""
import click import click
from pathlib import Path from pathlib import Path
@@ -20,4 +21,4 @@ def main(ctx: click.Context, prompts_dir: Path):
if __name__ == "__main__": if __name__ == "__main__":
main() main()