From ab094b87d7738f38491c67f161b564c34f374e4c Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 18:13:46 +0000 Subject: [PATCH] fix: resolve CI linting failures by removing unused imports --- config_auditor/fixes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/config_auditor/fixes.py b/config_auditor/fixes.py index fb77332..ae5582f 100644 --- a/config_auditor/fixes.py +++ b/config_auditor/fixes.py @@ -2,7 +2,6 @@ from abc import ABC, abstractmethod from dataclasses import dataclass from pathlib import Path from typing import Any, Callable, Dict, List, Optional -import json import shutil