corrected trailing whitespace (codacy)

This commit is contained in:
lasalesi 2018-03-08 11:18:21 +01:00
parent 70756cf3c6
commit a60002726a

View file

@ -88,7 +88,7 @@ def read_options_from_html(html):
options.update(prepare_header_footer(soup))
toggle_visible_pdf(soup)
# use regex instead of soup-parser
for attr in ("margin-top", "margin-bottom", "margin-left", "margin-right", "page-size"):
try: