fix: resolve CI linting failures by removing unused imports
This commit is contained in:
@@ -201,10 +201,8 @@ def generate(ctx: click.Context, template: Optional[str]):
|
||||
|
||||
@cli.command()
|
||||
@click.pass_context
|
||||
def config(ctx: click Context):
|
||||
def config(ctx: click.Context):
|
||||
"""Show current configuration."""
|
||||
import yaml
|
||||
|
||||
config_path = Path("config.yaml")
|
||||
if config_path.exists():
|
||||
content = config_path.read_text()
|
||||
|
||||
Reference in New Issue
Block a user