Skip to content

Commit 1db73db

Browse files
OdyAshclaude
andcommitted
fix: Add missing __init__.py to routers package
The routers package was missing its __init__.py file, causing ModuleNotFoundError when trying to import whatsapp_router. This prevented the application from starting and caused App Runner health check failures. Resolves deployment issue from PR #192 where the router was moved from src/ansari/app/main_whatsapp.py to src/ansari/routers/whatsapp_router.py but the package initialization file was not added. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1a99e22 commit 1db73db

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed

src/ansari/routers/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)