From 0dec74ca52128ad6ea7356a09d535e9c11f72e1c Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 15:43:34 +0000 Subject: [PATCH] fix: resolve CI/CD issues - linting errors and test fixture --- tests/test_cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index 207cf2d..923ebed 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -1,7 +1,6 @@ """Tests for cli.py.""" import tempfile -import os from pathlib import Path from unittest.mock import patch, MagicMock