Skip to content

Commit

Permalink
Merge pull request aaronsw#99 from Savageman/patch-1
Browse files Browse the repository at this point in the history
Removed duplicated initialisation

Thanks Esperat Julian @Savageman
  • Loading branch information
Alir3z4 committed Nov 6, 2015
2 parents 9157181 + f1b7a18 commit c4d3d43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions html2text/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ def __init__(self, out=None, baseurl='', bodywidth=config.BODY_WIDTH):
self.use_automatic_links = config.USE_AUTOMATIC_LINKS # covered in cli
self.hide_strikethrough = False # covered in cli
self.mark_code = config.MARK_CODE
self.single_line_break = config.SINGLE_LINE_BREAK
self.use_automatic_links = config.USE_AUTOMATIC_LINKS
self.wrap_links = config.WRAP_LINKS # covered in cli
self.tag_callback = None

Expand Down

0 comments on commit c4d3d43

Please sign in to comment.