From 89df03a9b944b0f27d92e4ef9161881b82f242ae Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 21:48:02 +0000 Subject: [PATCH] fix: resolve CI linting failures --- depaudit/fix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depaudit/fix.py b/depaudit/fix.py index 5873915..0118e39 100644 --- a/depaudit/fix.py +++ b/depaudit/fix.py @@ -5,7 +5,7 @@ import subprocess from dataclasses import dataclass from pathlib import Path -from depaudit.checks import Vulnerability, OutdatedPackage +from depaudit.checks import OutdatedPackage @dataclass