Skip to content

Conversation

@dannywillems
Copy link
Contributor

Summary

  • Remove dead return r after exhaustive if/elif/else in bulk_export() and bulk_service()

Test plan

  • All 70 tests pass

Closes #36

Every branch in the if/elif/else chain already returns, making
the trailing `return r` lines dead code.

Closes #36
@dannywillems dannywillems merged commit bb58db9 into main Feb 8, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove unreachable return statements in bulk_export and bulk_service

1 participant