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:28 +00:00
parent 58831a05c3
commit fca9c34c31

View File

@@ -1,7 +1,7 @@
import os import os
import json import json
from pathlib import Path from pathlib import Path
from typing import List, Optional, Union from typing import List, Optional
import yaml import yaml
from .rule import Rule from .rule import Rule