diff --git a/mwparserfromhell/nodes/comment.py b/mwparserfromhell/nodes/comment.py index 9b4a024..3d06261 100644 --- a/mwparserfromhell/nodes/comment.py +++ b/mwparserfromhell/nodes/comment.py @@ -34,7 +34,7 @@ class Comment(Node): self._contents = contents def __unicode__(self): - return "" + return "" @property def contents(self):