fix: resolve CI linting and dependency issues
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
@@ -6,7 +6,7 @@ from pathlib import Path
|
||||
|
||||
from click.testing import CliRunner
|
||||
|
||||
from project_scaffold_cli.cli import main, _validate_project_name, _to_kebab_case
|
||||
from project_scaffold_cli.cli import _to_kebab_case, _validate_project_name, main
|
||||
|
||||
|
||||
class TestMain:
|
||||
|
||||
Reference in New Issue
Block a user