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()
|
@cli.command()
|
||||||
@click.pass_context
|
@click.pass_context
|
||||||
def config(ctx: click Context):
|
def config(ctx: click.Context):
|
||||||
"""Show current configuration."""
|
"""Show current configuration."""
|
||||||
import yaml
|
|
||||||
|
|
||||||
config_path = Path("config.yaml")
|
config_path = Path("config.yaml")
|
||||||
if config_path.exists():
|
if config_path.exists():
|
||||||
content = config_path.read_text()
|
content = config_path.read_text()
|
||||||
|
|||||||
Reference in New Issue
Block a user