From c0ca28a962e9d44da691ac08185e080793f45c68 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 02:56:11 +0000 Subject: [PATCH] fix: resolve CI/CD issues - remove unused imports and fix type mismatches --- tests/unit/test_parsers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/test_parsers.py b/tests/unit/test_parsers.py index 1888b87..c67a9fa 100644 --- a/tests/unit/test_parsers.py +++ b/tests/unit/test_parsers.py @@ -1,4 +1,3 @@ -import pytest from pathlib import Path from src.parsers.base import BaseParser, Entity, EntityType, ParserResult from src.parsers.python import PythonParser