diff --git a/content.py b/content.py
index 3ceccc8be..5008d395b 100644
--- a/content.py
+++ b/content.py
@@ -829,8 +829,7 @@ def _add_mention(word_str: str, http_prefix: str, following: [],
'type': 'Mention'
}
replace_mentions[word_str] = \
- "@" + \
possible_nickname + ""
return True
@@ -847,8 +846,7 @@ def _add_mention(word_str: str, http_prefix: str, following: [],
'type': 'Mention'
}
replace_mentions[word_str] = \
- "@" + \
possible_nickname + ""
return True