From 212ffddd96a2534b5fb96ddcc76248483661dc8e Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 22:07:57 +0000 Subject: [PATCH] fix: resolve CI linting and type checking issues --- tests/test_cli.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index 064f74c..7f16ed8 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -3,7 +3,6 @@ import tempfile from pathlib import Path -import pytest from click.testing import CliRunner from config_converter.cli import main @@ -144,9 +143,6 @@ class TestCLI: def test_batch_command(self) -> None: """Test batch conversion command.""" - import os - import tempfile - with tempfile.TemporaryDirectory() as tmpdir: for i in range(3): json_file = Path(tmpdir) / f"config{i}.json"