mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-11 21:01:06 -04:00
Usually we have imports at the top. It looks like the reason for them being inline was to avoid a circular import, but we can also avoid this by not importing everything from the app module. Since we're about to add more imports from event_handlers, now is a good time to refactor them. Note this matches how we import the event handlers in every other module.