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