Files
HAL9000 e61514e8d0 fix(concurrency): fix lint and Behave step conflict in thread-safety tests
- Remove unused imports (Invariant, ULID) from step definitions
- Rename ambiguous parameter l -> num_listers (E741)
- Fix import ordering in invariant_service.py (RLock before structlog)
- Fix line too long in invariant_service.py:208
- Apply ruff format to steps file
- Disambiguate @then step text that conflicted with context_tier_thread_safety_steps.py

ISSUES CLOSED: #7524
2026-06-16 22:23:32 -04:00
..