From f14a4a8c78fa5d1c1c9c8dd561ee1a9b1d5131c3 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 05:58:25 +0000 Subject: [PATCH] fix: resolve CI linting and type checking errors --- tests/unit/test_cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/unit/test_cli.py b/tests/unit/test_cli.py index c7a075b..6698410 100644 --- a/tests/unit/test_cli.py +++ b/tests/unit/test_cli.py @@ -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