mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-26 21:31:11 -05:00
Slicing was to avoid duplicate items in the list. A more idomatic way to avoid duplicate items in a list is to use a `set` instead. The order of the list doesn’t really matter, but it’s a lot easier to test for if the order is consistent.