Fix CI issues: add Config class, fix config access patterns, remove unused imports
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
"""Command-line interface for ShellGenius."""
|
"""Command-line interface for ShellGenius."""
|
||||||
|
|
||||||
import sys
|
|
||||||
from typing import Any
|
|
||||||
|
|
||||||
import click
|
import click
|
||||||
|
|
||||||
from shellgenius.config import get_config
|
from shellgenius.config import get_config
|
||||||
|
|||||||
Reference in New Issue
Block a user