From 1a940442bace43827671495a8878e73c5c0e00ef Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 18:13:53 +0000 Subject: [PATCH] fix: resolve CI linting failures by removing unused imports --- tests/test_report.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_report.py b/tests/test_report.py index 8df1874..8c87625 100644 --- a/tests/test_report.py +++ b/tests/test_report.py @@ -1,6 +1,4 @@ -import pytest from pathlib import Path -import tempfile from config_auditor.report import ReportGenerator from config_auditor.rules import Issue