mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
This is a straight move with a few minor tweaks: - Some references to self.X in the code from Service now need to become self.service.X. - Some reference to self.service.Y in TemplateList can now become self.Y for the methods that were migrated. The remaining _template_ methods in Service are still called from multiple places and there's no performance gain to motivate moving them out of the Service class, which is now a more manageable size.