From efdc09af0101307c8dc029254b443f9329a85022 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 18:20:58 +0000 Subject: [PATCH] fix: resolve CI linting failures by removing unused imports --- config_auditor.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/config_auditor.py b/config_auditor.py index 5c803a2..6a7f92a 100644 --- a/config_auditor.py +++ b/config_auditor.py @@ -1,6 +1,4 @@ import sys -import click -from pathlib import Path from config_auditor.cli import cli