fix: resolve CI/CD issues - linting errors and test fixture
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-30 15:43:34 +00:00
parent 1c8ee66bcd
commit 0dec74ca52

View File

@@ -1,7 +1,6 @@
"""Tests for cli.py.""" """Tests for cli.py."""
import tempfile import tempfile
import os
from pathlib import Path from pathlib import Path
from unittest.mock import patch, MagicMock from unittest.mock import patch, MagicMock