diff --git a/notifications_client.py b/notifications_client.py index 33a911e13..0aa85fb57 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -438,7 +438,6 @@ def _showLocalBox(notifyJson: {}, boxName: str, print(indent + titleStr + '\n') if not index: - print('') sayStr = indent + 'You have no ' + boxName + ' posts yet.' _sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak) print('')