update_or_create already persists member.user via defaults, so the follow-up `if create_account and member.user_id is None` block was unreachable dead code. Removing it brings importer coverage to 100% with no behavior change (existing link-existing-user test still passes). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>