]> git.phdru.name Git - bookmarks_db.git/blobdiff - Writers/bkmk_whtml.py
Style: Fix flake8 E302 expected 2 blank lines, found 1
[bookmarks_db.git] / Writers / bkmk_whtml.py
index f7a1d654a2274780cb2284cf64040926e10f8a27..eae6e5ff214db06491b2bc613be04b2bac0c0101 100644 (file)
@@ -4,7 +4,7 @@ This file is a part of Bookmarks database and Internet robot.
 """
 
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2017 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2023 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['writer_html']
@@ -22,6 +22,7 @@ def dump_comment(comment):
 
 ind_s = " "*4
 
+
 class writer_html(Writer):
     filename = "bookmarks.html"