diff --git a/shellgenius/cli.py b/shellgenius/cli.py index 4741acf..c926e53 100644 --- a/shellgenius/cli.py +++ b/shellgenius/cli.py @@ -1,8 +1,5 @@ """Command-line interface for ShellGenius.""" -import sys -from typing import Any - import click from shellgenius.config import get_config