mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-06-28 22:11:17 +02:00
691a5f45c8
Guard the optional `_spam_rescore_thread` with an `is not None` assert before calling `.is_alive()`, matching the sibling test. CI runs `pre-commit run --all-files`, so mypy checks the test files too. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>