fix: resolve CI linting failures and test path
Some checks failed
CI / test (push) Has been cancelled
ErrorFix CLI CI / test (push) Has been cancelled

This commit is contained in:
2026-02-01 04:28:27 +00:00
parent 60ca4e99b4
commit b7e3f4b4e6

View File

@@ -1,6 +1,6 @@
import re import re
from dataclasses import dataclass, field from dataclasses import dataclass, field
from typing import Optional, Dict, List, Any from typing import Optional, Dict, List
from functools import lru_cache from functools import lru_cache
from errorfix.rules import Rule from errorfix.rules import Rule