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."""
|
||||
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
import pytest
|
||||
from click.testing import CliRunner
|
||||
from unittest.mock import Mock, patch, MagicMock
|
||||
|
||||
from scaffoldforge.cli import cli
|
||||
from scaffoldforge.cli.commands import parse_github_url
|
||||
|
||||
Reference in New Issue
Block a user