mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-04 05:30:53 -04:00
broadcast flake8 cleanup
This commit is contained in:
@@ -95,7 +95,7 @@ def get_public_notify_type_text(notify_type, plural=False):
|
||||
notify_type_text = 'document'
|
||||
elif notify_type == PRECOMPILED_LETTER:
|
||||
notify_type_text = 'precompiled letter'
|
||||
|
||||
|
||||
return '{}{}'.format(notify_type_text, 's' if plural else '')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user