mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 09:21:39 -05:00
We changed auth.py to import from app.serialised_models here: https://github.com/alphagov/notifications-api/pull/2887/files#diff-77cbb1e03185c7319f0311371c438b0cR11 `serialised_models.py` imports from `templates_dao.py` `templates_dao.py` imports from `users_dao.py` `users_dao.py` imports from `errors.py` `errors.py` imports from `auth.py` … and the circle is complete 💥 For some reason this caused the Celery workers to crash on startup, but not the app. Which I guess is why the integration tests didn’t catch this?