mirror of
https://github.com/GSA/notifications-api.git
synced 2026-06-19 12:44:52 -04:00
It's no longer necessary to have a separate function that's now only called once. While sometimes the separation can bring clarity, here I think it's clearer to have all the code in one place, and avoid the functools complexity we had before.