broadcast flake8 cleanup

This commit is contained in:
stvnrlly
2022-10-25 11:53:24 -04:00
parent 4737cefb1c
commit 637fbdb891
10 changed files with 6 additions and 12 deletions

View File

@@ -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 '')