From 996f69b4caa2290fc146a49492ac4ee53ca38cc6 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 07:32:29 +0000 Subject: [PATCH] fix: resolve CI/CD test failures and linting issues --- tests/test_cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index ba235ee..5d833b7 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -2,7 +2,6 @@ import pytest import json -from pathlib import Path from typer.testing import CliRunner from config_convert.cli import app