fix: resolve CI linting and type checking errors
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,9 @@
|
|||||||
"""Unit tests for the CLI module."""
|
"""Unit tests for the CLI module."""
|
||||||
|
|
||||||
|
from unittest.mock import Mock, patch
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from click.testing import CliRunner
|
from click.testing import CliRunner
|
||||||
from unittest.mock import Mock, patch, MagicMock
|
|
||||||
|
|
||||||
from scaffoldforge.cli import cli
|
from scaffoldforge.cli import cli
|
||||||
from scaffoldforge.cli.commands import parse_github_url
|
from scaffoldforge.cli.commands import parse_github_url
|
||||||
|
|||||||
Reference in New Issue
Block a user