]> git.phdru.name Git - bookmarks_db.git/blobdiff - parse_html/bkmk_ph_util.py
Style: Fix flake8 E302 expected 2 blank lines, found 1
[bookmarks_db.git] / parse_html / bkmk_ph_util.py
index 0e2d529a7ca2e4671f6599c5bd9bd2b8b4086468..0fd09f28fa0aa35712b90dc46fca447a2db7f8a6 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) 2010-2017 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2010-2023 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['HTMLParser']
@@ -12,6 +12,7 @@ __all__ = ['HTMLParser']
 
 from HTMLParser import HTMLParser
 
+
 class HTMLParser(HTMLParser):
     def __init__(self, charset, meta_charset, title, refresh, icon):
         object.__init__(self)