]> git.phdru.name Git - bookmarks_db.git/blobdiff - Robots/bkmk_robot_base.py
Style: Fix `flake8` E501 line too long
[bookmarks_db.git] / Robots / bkmk_robot_base.py
index 32f8c68dc695ff3c3e651c067ff0a09574f9f617..fd7237ae0184033797ef30a6a773fe9b200c10de 100644 (file)
@@ -152,7 +152,8 @@ class robot_base(Robot):
                             break
                     content_stripped = content.strip()
                     if content_stripped and is_html:
-                        parser = parse_html(content_stripped, charset, self.log)
+                        parser = parse_html(
+                            content_stripped, charset, self.log)
                         if charset:
                             bookmark.charset = charset
                         elif parser and parser.meta_charset: