mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-29 10:44:58 -04:00
It’s possible that leaving a StringIO stream open could cause a memory leak. Using a context manager closes it automatically when it’s finished with.