# What this PR does Fix the following `return` `mypy` errors (related to #2392): ```bash ❯ mypy . apps/telegram/updates/update_manager.py:36: error: Missing return statement [return] apps/slack/scenarios/step_mixins.py:109: error: Missing return statement [return] apps/mobile_app/tasks.py:368: error: Missing return statement [return] apps/telegram/updates/update_handlers/button_press.py:48: error: Missing return statement [return] apps/twilioapp/phone_provider.py:28: error: Missing return statement [return] apps/twilioapp/phone_provider.py:61: error: Missing return statement [return] Found 6 errors in 5 files (checked 595 source files) ``` ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [ ] Documentation added (or `pr:no public docs` PR label added if not required) - [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required) |
||
|---|---|---|
| .. | ||
| update_handlers | ||
| __init__.py | ||
| update_manager.py | ||