style: apply ruff auto-fixes

This commit is contained in:
2026-01-19 03:14:30 -08:00
parent 3ab122a55d
commit a961ac3ce7
72 changed files with 2477 additions and 2871 deletions

View File

@@ -4,7 +4,7 @@ import sys
from typing import Any, Dict, Iterable, Sequence
from . import _shared as sh
from SYS.logger import log, debug
from SYS.logger import log
from SYS import pipeline as ctx
from SYS.result_table_adapters import get_provider
@@ -43,7 +43,7 @@ def _run(result: Any, args: Sequence[str], config: Dict[str, Any]) -> int:
try:
provider = get_provider(provider_name)
except Exception as exc:
except Exception:
log(f"Unknown provider: {provider_name}", file=sys.stderr)
return 1