style: ruff I001 — aliased _sync_session_factory sorts before get_sync_engine
CI / lint (push) Failing after 4s
CI / backend-lint-and-test (push) Successful in 18s
CI / frontend-build (push) Successful in 22s
CI / intimp (push) Successful in 3m49s
CI / intapi (push) Successful in 8m15s
CI / intcore (push) Successful in 9m37s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-04 00:55:18 -04:00
parent ef3ee5aceb
commit 5a116ca9d0
+1 -1
View File
@@ -22,7 +22,7 @@ from ..models import (
TaskRun,
)
from ..utils.phash import compute_phash
from ._sync_engine import get_sync_engine, sync_session_factory as _sync_session_factory
from ._sync_engine import sync_session_factory as _sync_session_factory, get_sync_engine
log = logging.getLogger(__name__)