remove erroneous dumps method from BabycodeRenderResult
This commit is contained in:
@@ -29,13 +29,9 @@ class BabycodeRenderResult:
|
||||
self.result = result
|
||||
self.mentions = mentions
|
||||
|
||||
|
||||
def __str__(self):
|
||||
return self.result
|
||||
|
||||
def dumps(self):
|
||||
return self.result
|
||||
|
||||
|
||||
class BabycodeRenderer:
|
||||
def __init__(self, tag_map, void_tag_map, emote_map, fragment=False):
|
||||
|
||||
Reference in New Issue
Block a user