From b7e3f4b4e663f6de006e3a028e4f21247e962994 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 04:28:27 +0000 Subject: [PATCH] fix: resolve CI linting failures and test path --- errorfix/patterns/matcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errorfix/patterns/matcher.py b/errorfix/patterns/matcher.py index f8ddeb5..e95baff 100644 --- a/errorfix/patterns/matcher.py +++ b/errorfix/patterns/matcher.py @@ -1,6 +1,6 @@ import re from dataclasses import dataclass, field -from typing import Optional, Dict, List, Any +from typing import Optional, Dict, List from functools import lru_cache from errorfix.rules import Rule