From a846225f93e390a4776aff0c99b943f417dadff5 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 21:50:39 +0000 Subject: [PATCH] fix: resolve CI linting failures --- tests/unit/test_checks.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/unit/test_checks.py b/tests/unit/test_checks.py index fcff78c..4d9d590 100644 --- a/tests/unit/test_checks.py +++ b/tests/unit/test_checks.py @@ -1,10 +1,8 @@ -import pytest -from unittest.mock import Mock, patch +from unittest.mock import patch from depaudit.utils.version import ( parse_version, compare_versions, is_version_outdated, - extract_version_from_specifier, )